aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Rearrange settings in Vim Perl indent scriptTom Ryder2018-07-071-4/+4
| | | | | | The version of this indent script bundled with Vim sets the 'indentexpr' and 'indentkeys' options before the GetPerlIndent() function; may as well follow that pattern.
* Adjust a few Vim Perl indent commentsTom Ryder2018-07-071-5/+5
|
* Wrap comments with `gq` in Git commit messagesTom Ryder2018-07-071-1/+1
| | | | | | | | I like quoting things in Git commit messages, as if they were mail messages. This was supposed to be fixed in commit a5b8367, but I didn't add all the necessary flags.
* Get 'shiftwidth' in Vim Perl indent portablyTom Ryder2018-07-071-1/+3
| | | | | | | | | | | From `:help shiftwidth()`: > Returns the effective value of 'shiftwidth'. This is the 'shiftwidth' > value unless it is zero, in which case it is the 'tabstop' value. This > function was introduced with patch 7.3.694 in 2012, everybody should > have it by now. I'd like my stuff to work on older versions, though, and it's not hard to make it work.
* Adjust leading comment for Vim Perl indentTom Ryder2018-07-071-5/+1
|
* Refactor opening of Vim Perl indent scriptTom Ryder2018-07-061-6/+5
|
* Add a comment to Vim Perl indent rulesTom Ryder2018-07-061-0/+2
|
* Add attempt at own Vim Perl indentingTom Ryder2018-07-061-0/+74
|
* Correct has() to exists() in .vimrcTom Ryder2018-07-061-1/+1
|
* Remove .vimrc 'report' settingTom Ryder2018-07-061-3/+0
| | | | The default is fine.
* Rearrange Vim's VimL indent fileTom Ryder2018-07-061-8/+9
|
* Add \k, \q, and \y .vimrc mappingsTom Ryder2018-07-061-0/+6
| | | | Using all of the lowercase alphabet now.
* Disable 'shiftround' in Vim for a whileTom Ryder2018-07-051-1/+0
| | | | | After experimenting, I suspect it's actually causing more grief than it saves.
* Add shebang_update.vim pluginTom Ryder2018-07-052-0/+27
| | | | | This plugin updates the filetype after every insert operation that changes the first line. No documentation yet.
* Future-proof README.md discussion of Vim pluginsTom Ryder2018-07-051-6/+2
|
* Correct 'softtabstop' test in indent/vim.vimTom Ryder2018-07-051-1/+1
|
* Experiment with comma as Vim <LocalLeader>Tom Ryder2018-07-051-1/+1
|
* Merge branch 'release/v1.21.0' into developTom Ryder2018-07-042-2/+12
|\ | | | | | | | | | | * release/v1.21.0: Rebuild dotfiles(7) manual page Bump VERSION
| * Rebuild dotfiles(7) manual pageTom Ryder2018-07-041-0/+10
| |
| * Bump VERSIONTom Ryder2018-07-041-2/+2
|/
* Spin off Vim Perl version bump into ftpluginTom Ryder2018-07-044-49/+7
|
* Have Vim Perl major version bump map reset minorTom Ryder2018-07-041-5/+5
|
* Simplify .vimrc leader map settingsTom Ryder2018-07-041-7/+6
|
* Correct alphabetical order of filetype.vimTom Ryder2018-07-041-34/+34
|
* Break up some long VimL linesTom Ryder2018-07-041-3/+6
|
* Use :nnoremap for Perl vim mapsTom Ryder2018-07-041-3/+3
|
* Merge branch 'release/v1.20.0' into developTom Ryder2018-07-041-2/+2
|\ | | | | | | | | * release/v1.20.0: Bump VERSION to 1.20.0
| * Bump VERSION to 1.20.0Tom Ryder2018-07-041-2/+2
|/
* Rewrite Perl version-number bump Vim funcsTom Ryder2018-07-041-9/+26
|
* Add _v/_V Vim maps for Perl version bumpsTom Ryder2018-07-032-0/+37
|
* Merge branch 'feature/mkvi' into developTom Ryder2018-07-037-0/+51
|\ | | | | | | | | * feature/mkvi: Add mked(1df) and mkvi(1df)
| * Add mked(1df) and mkvi(1df)Tom Ryder2018-07-037-0/+51
| |
* | Use full names of 'cscope...' Vim optionsTom Ryder2018-07-031-1/+4
|/
* Merge branch 'release/v1.19.0' into developTom Ryder2018-07-031-2/+2
|\ | | | | | | | | * release/v1.19.0: Bump VERSION
| * Bump VERSIONTom Ryder2018-07-031-2/+2
|/
* Convert space indents to tabs in MakefileTom Ryder2018-07-031-3/+3
|
* Handle system-specific undos with system.vim fileTom Ryder2018-07-034-6/+7
|
* Merge branch 'release/v1.18.0'v1.18.0Tom Ryder2018-07-022-2/+2
|\ | | | | | | | | | | * release/v1.18.0: Bump VERSION Update insert_cancel.vim plugin
| * Bump VERSIONTom Ryder2018-07-021-2/+2
| |
| * Update insert_cancel.vim pluginTom Ryder2018-07-021-0/+0
| |
| * Merge branch 'release/v1.17.0' into developTom Ryder2018-07-021-2/+2
| |\ | | | | | | | | | | | | * release/v1.17.0: Bump VERSION
* | \ Merge branch 'release/v1.17.0'v1.17.0Tom Ryder2018-07-025-20/+56
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | * release/v1.17.0: Bump VERSION Use if not && for conditional install Add CentOS and Debian .vim tweaks Map \e in Vim to force a buffer to be editable
| * | Bump VERSIONTom Ryder2018-07-021-2/+2
| |/
| * Use if not && for conditional installTom Ryder2018-07-021-4/+6
| | | | | | | | The whole expression evaluates true this way.
| * Add CentOS and Debian .vim tweaksTom Ryder2018-07-023-18/+50
| |
| * Merge branch 'hotfix/v1.16.1' into developTom Ryder2018-07-022-2/+3
| |\ | | | | | | | | | | | | | | | * hotfix/v1.16.1: Bump VERSION Add mkdir for ~/.vim/config
| * | Map \e in Vim to force a buffer to be editableTom Ryder2018-07-021-0/+2
| | |
| * | Merge branch 'release/v1.16.0' into developTom Ryder2018-07-022-15/+9
| |\ \ | | | | | | | | | | | | | | | | | | | | * release/v1.16.0: Rebuild dotfiles(7) manual Bump VERSION
* | \ \ Merge branch 'hotfix/v1.16.1'v1.16.1Tom Ryder2018-07-022-2/+3
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | | | | | * hotfix/v1.16.1: Bump VERSION Add mkdir for ~/.vim/config
| * | | Bump VERSIONTom Ryder2018-07-021-2/+2
| | | |