aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Junk detect_background.vim and thereby autoloadTom Ryder2018-05-315-97/+5
| | | | | | | | | | | It's too complicated and confusing, and doesn't do enough to justify wrecking Vim's own logic for doing this sort of thing. Better to just say `:set background=dark` and be done with it. This is the only one of my inline plugins with an `autoload` file, so we can get rid of that, too. Not worth packaging/publishing to www.vim.org.
* Merge branch 'release/v0.36.0' into developTom Ryder2018-05-301-2/+2
|\ | | | | | | | | * release/v0.36.0: Bump VERSION
| * Bump VERSIONTom Ryder2018-05-301-2/+2
|/
* Merge branch 'release/v0.35.0' into developTom Ryder2018-05-301-2/+2
|\ | | | | | | | | * release/v0.35.0: Bump VERSION
| * Bump VERSIONTom Ryder2018-05-301-2/+2
| |
* | Separate plugins from colorschemesTom Ryder2018-05-301-3/+5
| |
* | Spin off toggle_option_flag Vim pluginTom Ryder2018-05-305-150/+5
| |
* | Spin off fixed_join Vim pluginTom Ryder2018-05-305-104/+3
|/
* Add some structure to .gitmodulesTom Ryder2018-05-301-9/+12
|
* Spin off insert_suspend_hlsearch Vim pluginTom Ryder2018-05-305-83/+3
|
* Merge branch 'feature/vim-hlsearc...' into developTom Ryder2018-05-301-2/+3
|\ | | | | | | | | * feature/vim-hlsearch-plugin-cleanup: Add feat requirements to hlsearch suspend doc
| * Add feat requirements to hlsearch suspend docTom Ryder2018-05-301-2/+3
|/
* Tidy comments, func names for 'hlsearch' suspendTom Ryder2018-05-301-9/+10
|
* Require +extra_search feat for 'hlsearch' suspendTom Ryder2018-05-301-1/+1
|
* Remove untidy commentTom Ryder2018-05-301-1/+0
|
* Merge branch 'hotfix/v0.34.1' into developTom Ryder2018-05-302-3/+2
|\ | | | | | | | | | | * hotfix/v0.34.1: Bump VERSION Remove stray echo from Vim plugin
| * Bump VERSIONTom Ryder2018-05-301-2/+2
| |
| * Remove stray echo from Vim pluginTom Ryder2018-05-301-1/+0
| | | | | | | | | | This was probably left in during debugging. Because 'showmode' hides it, it didn't get noticed.
| * Merge branch 'release/v0.34.0'v0.34.0Tom Ryder2018-05-282-4/+5
| |\ | | | | | | | | | | | | | | | * release/v0.34.0: Bump VERSION Use script variable to keep showbreak setting
| * \ Merge branch 'release/v0.33.0'v0.33.0Tom Ryder2018-05-253-2/+2
| |\ \ | | | | | | | | | | | | | | | | | | | | * release/v0.33.0: Bump VERSION Update Vim plugin submodules
| * \ \ Merge branch 'release/v0.32.0'v0.32.0Tom Ryder2018-05-184-5/+8
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release/v0.32.0: Bump VERSION Toggle Vim 'list', 'number' and 'wrap' globally Rebind Space in Vim normal mode to scroll
* | | | | Use _save suffix for option caching variableTom Ryder2018-05-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | This makes it explicit what the variable is for, in the same way as s:cpoptions_save in vim/vimrc.
* | | | | Merge branch 'release/v0.34.0' into developTom Ryder2018-05-281-2/+2
|\ \ \ \ \ | | |_|_|/ | |/| | | | | | | | | | | | | * release/v0.34.0: Bump VERSION
| * | | | Bump VERSIONTom Ryder2018-05-281-2/+2
|/ / / /
* | | | Use script variable to keep showbreak settingTom Ryder2018-05-281-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The 'showbreak' option is global and has no local value--that is, it's not global-local--so `setlocal` actually just changes the global value, and hence we can't "change back" using `setlocal showbreak<`. Instead, keep the "normal" value in a script variable so that we can reliably switch back to it. This surprised me, as I had thought it was working, but I can't find even an older Vim that behaves the way I expected it too. I suppose I must just not have changed back often enough to actually notice.
* | | | Merge branch 'release/v0.33.0' into developTom Ryder2018-05-251-2/+2
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | * release/v0.33.0: Bump VERSION
| * | | Bump VERSIONTom Ryder2018-05-251-2/+2
|/ / /
* | | Update Vim plugin submodulesTom Ryder2018-05-252-0/+0
| | | | | | | | | | | | | | | * commentary * unimpaired
* | | Merge branch 'release/v0.32.0' into developTom Ryder2018-05-251-2/+2
|\ \ \ | | |/ | |/| | | | | | | * release/v0.32.0: Bump VERSION
| * | Bump VERSIONTom Ryder2018-05-181-2/+2
|/ /
* | Toggle Vim 'list', 'number' and 'wrap' globallyTom Ryder2018-05-182-3/+3
| | | | | | | | | | | | No particular reason beyond preference; I think of these as properties of the window itself, not the window-buffer pair, so it makes more sense to me this way.
* | Rebind Space in Vim normal mode to scrollTom Ryder2018-04-021-0/+3
|/ | | | I never use its normal function.
* Merge branch 'release/v0.31.0' into developTom Ryder2018-03-222-3/+3
|\ | | | | | | | | | | * release/v0.31.0: Rebuild dotfiles(7) manual page from README Bump VERSION
| * Rebuild dotfiles(7) manual page from READMETom Ryder2018-03-221-1/+1
| | | | | | | | | | This step was missed to accommodate the changes made to the file in commit 24f4623.
| * Bump VERSIONTom Ryder2018-03-221-2/+2
|/
* Further soften magic numbers Perl::Critic ruleTom Ryder2018-03-221-3/+4
| | | | | | | | Include 1900 as an allowed integer, for performing logic with the "year" index of `localtime`/`gmtime`. The core module Time::Piece generally makes this unneeded; this change is for writing code that should work on very old releases of Perl (e.g. 5.6), where Time::Piece was not yet core.
* Prompt for message deletion in MuttTom Ryder2018-03-071-1/+1
| | | | | I've fat-fingered just enough deletions that I don't want this setting anymore.
* Silence errors from missing mesg(1)Tom Ryder2018-02-241-1/+1
| | | | | Funtoo Linux does not include this tool by default. It's not important enough to raise the error message on every login.
* Merge branch 'hotfix/v0.30.1' into developTom Ryder2018-02-192-3/+3
|\ | | | | | | | | | | * hotfix/v0.30.1: Bump VERSION Fix unsafe example in README.md
| * Bump VERSIONTom Ryder2018-02-191-2/+2
| |
| * Fix unsafe example in README.mdTom Ryder2018-02-191-1/+1
| | | | | | | | | | The variable needs to be quoted in this context to avoid wordsplitting and glob expansion.
| * Merge branch 'release/v0.30.0'v0.30.0Tom Ryder2018-02-185-9/+9
| |\ | | | | | | | | | | | | | | | | | | | | | * release/v0.30.0: Bump VERSION Turn off Vim 'softtabstop' for CSV and TSV files Remove 'smarttab' setting Check for 'esckeys' option for NeoVim
| * \ Merge branch 'release/v0.29.0'v0.29.0Tom Ryder2018-02-164-28/+69
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | * release/v0.29.0: Rebuild dotfiles(7) manual from README.md Bump VERSION Add Makefile tweak for Neovim installation
| * \ \ Merge branch 'release/v0.28.0'v0.28.0Tom Ryder2018-02-125-5/+5
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release/v0.28.0: Bump VERSION Update Vim plugin submodules Add missing options terminator to Makefile Suppress error messages in td(1df)
| * \ \ \ Merge branch 'release/v0.27.0'v0.27.0Tom Ryder2018-02-015-9/+55
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release/v0.27.0: Bump version to 0.27.0 Replace ftplugin/php.vim with custom version Adjust explanation of PHP indent skip Remove help ftdetect rules
| * \ \ \ \ Merge branch 'hotfix/v0.26.3'v0.26.3Tom Ryder2018-01-263-5/+2
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * hotfix/v0.26.3: Bump version number to 0.26.3 Remove vim-lion plugin for now
* | \ \ \ \ \ Merge branch 'release/v0.30.0' into developTom Ryder2018-02-181-2/+2
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | * release/v0.30.0: Bump VERSION
| * | | | | | Bump VERSIONTom Ryder2018-02-181-2/+2
|/ / / / / /
* | | | | | Merge branch 'feature/vim-tabs' into developTom Ryder2018-02-173-6/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feature/vim-tabs: Turn off Vim 'softtabstop' for CSV and TSV files Remove 'smarttab' setting
| * | | | | | Turn off Vim 'softtabstop' for CSV and TSV filesTom Ryder2018-02-172-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise entering a Tab in insert mode inserts four spaces. I'm not sure how I didn't notice this before.