aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove stray vim/autoload/vimrc.vim fileTom Ryder2018-06-301-39/+0
|
* Add g:no_plugin_maps checks for ftplugin maps.vimTom Ryder2018-06-298-0/+40
|
* Use ftplugins for filetype mappings insteadTom Ryder2018-06-2913-71/+171
|
* Refine 'comments' ftplugins furtherTom Ryder2018-06-294-15/+40
| | | | | Add 'formatoptions' flags 'o' and 'r' to all four configured types. This is especially important for block comments in PHP.
* Remove 'formatoptions' reset in ftpluginsTom Ryder2018-06-292-2/+2
|
* Add Vim ftplugin to set 'comments' for sedTom Ryder2018-06-291-0/+21
|
* Define 'comments' for AWKTom Ryder2018-06-291-0/+21
|
* Reduce shell format ftplugin to just 'comments'Tom Ryder2018-06-291-6/+5
|
* Break sh noglob guard into two lines for clarityTom Ryder2018-06-298-8/+16
| | | | They're nicer to read this way.
* Correct typo in .bashrcTom Ryder2018-06-291-1/+1
|
* Changed my mind about 'commentstring'Tom Ryder2018-06-291-5/+0
| | | | | It's only used for folding, which I never use; don't overdo it all over again.
* Wrap feature-dependent 'comments' settingsTom Ryder2018-06-291-4/+10
|
* Add 'comments' settings for sh filetypeTom Ryder2018-06-291-0/+22
|
* Clear 'commentstring' as well as 'comments'Tom Ryder2018-06-291-1/+2
|
* Set 'include' and 'path' specifically in C/C++Tom Ryder2018-06-293-2/+49
| | | | | | Otherwise, use defaults that should be meaningful in other languages too, just to be tidy and not to show string.h in :find results when editing Awk scripts.
* Update strip_trailing_whitespace.vim pluginTom Ryder2018-06-291-0/+0
|
* Merge branch 'release/v1.9.0' into developTom Ryder2018-06-291-2/+2
|\ | | | | | | | | * release/v1.9.0: Bump VERSION
| * Bump VERSIONTom Ryder2018-06-291-2/+2
|/
* Update diff_prune.vim ftpluginTom Ryder2018-06-291-0/+0
|
* Upgrade fixed_join.vim pluginTom Ryder2018-06-281-0/+0
|
* Merge branch 'release/v1.8.0' into developTom Ryder2018-06-281-2/+2
|\ | | | | | | | | * release/v1.8.0: Bump VERSION
| * Bump VERSIONTom Ryder2018-06-281-2/+2
|/
* Update make_target.vim ftpluginTom Ryder2018-06-281-0/+0
|
* Merge branch 'release/v1.7.0' into developTom Ryder2018-06-281-2/+2
|\ | | | | | | | | * release/v1.7.0: Bump VERSION
| * Bump VERSIONTom Ryder2018-06-281-2/+2
|/
* Rearrange .gitmodules a bitTom Ryder2018-06-281-9/+11
|
* Add and configure make_target.vim ftpluginTom Ryder2018-06-283-0/+7
|
* Update two Vim pluginsTom Ryder2018-06-272-0/+0
|
* Revise .vimrc header commentTom Ryder2018-06-271-3/+3
|
* Move digraphs to more sensible locationTom Ryder2018-06-271-7/+7
|
* Adjust comment formattingTom Ryder2018-06-271-2/+2
|
* Add `nbsp` flag to 'listchars' if supportedTom Ryder2018-06-271-0/+3
|
* Merge branch 'feature/neovim-compat' into developTom Ryder2018-06-271-3/+10
|\ | | | | | | | | | | | | * feature/neovim-compat: Set 'laststatus' back to 1 in Neovim Don't load matchit.vim package if using Neovim Restore 'esckeys' option existence check
| * Set 'laststatus' back to 1 in NeovimTom Ryder2018-06-271-0/+5
| |
| * Don't load matchit.vim package if using NeovimTom Ryder2018-06-271-1/+1
| |
| * Restore 'esckeys' option existence checkTom Ryder2018-06-271-2/+4
|/ | | | Now I remember: Neovim doesn't have it.
* Merge branch 'release/v1.6.0' into developTom Ryder2018-06-261-2/+2
|\ | | | | | | | | * release/v1.6.0: Bump VERSION
| * Bump VERSIONTom Ryder2018-06-261-2/+2
|/
* Update clear_local_maps.vim pluginTom Ryder2018-06-261-0/+0
|
* Clear away VimL mapping rubbishTom Ryder2018-06-261-0/+37
|
* Refactor filetype-specific .vimrc materialTom Ryder2018-06-264-63/+75
| | | | | | | | Put filetype bindings into a separate file filemap.vim at the same level as filetype.vim, to be loaded directly after the "filetype" command. This removes per-filetype logic one step from ~/.vimrc, which seems appropriate, and also allows me to use long line breaks in the new file.
* Remap normal J only if loading pluginsTom Ryder2018-06-261-3/+4
| | | | This will also deftly dodge vim-tiny.
* Merge branch 'release/v1.5.0' into developTom Ryder2018-06-261-2/+2
|\ | | | | | | | | * release/v1.5.0: Bump VERSION
| * Bump VERSIONTom Ryder2018-06-261-2/+2
|/
* Add fallback for normal JTom Ryder2018-06-251-1/+2
|
* Expand/fix messages filetype detectionTom Ryder2018-06-251-2/+2
|
* Merge branch 'release/v1.4.0' into developTom Ryder2018-06-251-2/+2
|\ | | | | | | | | * release/v1.4.0: Bump VERSION
| * Bump VERSIONTom Ryder2018-06-251-2/+2
|/
* Rebuild dotfiles(7) manual pageTom Ryder2018-06-251-3/+3
|
* Update README.md about Vim mappingsTom Ryder2018-06-251-10/+11
|