aboutsummaryrefslogtreecommitdiff
path: root/vim
Commit message (Collapse)AuthorAgeFilesLines
* Add comments to vim ftpluginsTom Ryder2018-06-303-0/+9
|
* Remove vim/indent/php.vim blocker stubTom Ryder2018-06-301-10/+0
| | | | Let's give this another try, and maybe configure it this time.
* Add CSV, TSV, and password file filetypesTom Ryder2018-06-303-0/+15
|
* Remove unneeded matchit set ex PHP after ftpluginTom Ryder2018-06-301-12/+0
|
* Remove ftplugin overrides for html/markdownTom Ryder2018-06-302-10/+0
| | | | No longer needed
* Conform all after/ftplugin filesTom Ryder2018-06-303-9/+18
|
* Join some b:undo_ftplugin addendaTom Ryder2018-06-307-13/+7
|
* Review vim/ftplugin and vim/indent filesTom Ryder2018-06-306-59/+26
|
* Refactor ftplugins into single filesTom Ryder2018-06-3046-815/+346
| | | | Each thereby effectively becomes its own .vimrc for that type.
* 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-2911-67/+170
|
* 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
|
* 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
|
* Update diff_prune.vim ftpluginTom Ryder2018-06-291-0/+0
|
* Upgrade fixed_join.vim pluginTom Ryder2018-06-281-0/+0
|
* Update make_target.vim ftpluginTom Ryder2018-06-281-0/+0
|
* Add and configure make_target.vim ftpluginTom Ryder2018-06-282-0/+4
|
* 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
|
* 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.
* 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-263-61/+74
| | | | | | | | 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.
* Add fallback for normal JTom Ryder2018-06-251-1/+2
|
* Expand/fix messages filetype detectionTom Ryder2018-06-251-2/+2
|
* Add and apply new clear_local_maps.vim pluginTom Ryder2018-06-252-1/+1
|
* Use <Leader> in vimrc where reasonableTom Ryder2018-06-251-6/+6
|
* Reindent and refactor local leader mappingsTom Ryder2018-06-251-25/+24
|
* Clear local leader maps on filetype changeTom Ryder2018-06-252-0/+42
| | | | | | | | | | | | Iterate through all the buffer-local mappings each time the filetype changes, and clear any that begin with the local leader, using two autoloaded functions and one autoload variable for :redir. I really don't think it should be this hard. I hope I haven't missed something in the documentation that makes this easier. I thought maparg() or mapcheck() might do it, but no such luck. Maybe I can refactor this later.
* Upgrade fixed_join.vim, define map explicitlyTom Ryder2018-06-252-0/+3
|
* Remove misguided buffer mapping clearTom Ryder2018-06-251-3/+0
| | | | This gets rid of the <Plug> targets as well, of course...
* Clear away filetype buffer mappings in vimrcTom Ryder2018-06-251-0/+3
|
* Adjust an augroup nameTom Ryder2018-06-251-1/+1
|
* Missed an ftplugin map: HTML URL linkingTom Ryder2018-06-252-10/+2
|