aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Add new html/timestamp.vim ftpluginTom Ryder2018-07-012-0/+43
| | | | | | | | | | Not sure if this one will get published--it's a bit ad-hoc in its current state.
| * Support nested dirs in two Vim runtime subdirsTom Ryder2018-07-011-4/+10
| | | | | | | | ~/.vim/after/ftplugin and ~/.vim/autoload, specifically.
| * Correct comment spelling in .vimrcTom Ryder2018-07-011-1/+1
| |
| * Update juvenile.vim colorschemeTom Ryder2018-07-011-0/+0
| |
| * Revert "Start using ~/.vim/vimrc as vimrc path"Tom Ryder2018-07-012-7/+2
| | | | | | | | | | | | This reverts commit 40c1e1ace9531ae11f44dde2b893dfd6fae0cc3c. I don't actually like this much.
| * Revert "Stack Vim ^ to make it support counts"Tom Ryder2018-07-011-6/+0
| | | | | | | | This reverts commit f9de91a7f7d1a514bdebd1d4045952aa30f44339.
| * Revert "Add gg mapping to exrc"Tom Ryder2018-07-011-3/+0
| | | | | | | | This reverts commit a2dcef64b25a60a76015753d2479233ba78733b8.
| * Revert "Add +title settings to .vimrc"Tom Ryder2018-06-301-6/+0
| | | | | | | | This reverts commit 751eeb947a20e1bcd6e79a53bc3d15cd27bf2371.
| * Remove 'ruler' Vim optionTom Ryder2018-06-301-5/+0
| | | | | | | | Let's see if I miss it. I have CTRL-G.
| * Add gg mapping to exrcTom Ryder2018-06-301-0/+3
| |
| * Adjust comments specifying Vim mapping modesTom Ryder2018-06-301-4/+4
| |
| * Stack Vim ^ to make it support countsTom Ryder2018-06-301-0/+6
| | | | | | | | Can't immediately see a clean way to do it for operator mode, though.
| * Add +title settings to .vimrcTom Ryder2018-06-301-0/+6
| |
| * Merge branch 'release/v1.14.0' into developTom Ryder2018-06-301-2/+2
| |\ | | | | | | | | | | | | * release/v1.14.0: Bump VERSION
* | \ Merge branch 'release/v1.14.0'v1.14.0Tom Ryder2018-06-306-4/+12
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | * release/v1.14.0: Bump VERSION Update Vim plugin submodules Start using ~/.vim/vimrc as vimrc path Blank 'mouse' in .gvimrc
| * | Bump VERSIONTom Ryder2018-06-301-2/+2
| |/
| * Update Vim plugin submodulesTom Ryder2018-06-302-0/+0
| |
| * Start using ~/.vim/vimrc as vimrc pathTom Ryder2018-06-302-2/+7
| | | | | | | | This conveniently enables filtering out truly ancient Vims.
| * Blank 'mouse' in .gvimrcTom Ryder2018-06-301-0/+3
| |
| * Merge branch 'hotfix/v1.13.1' into developTom Ryder2018-06-302-3/+3
| |\ | | | | | | | | | | | | | | | * hotfix/v1.13.1: Bump VERSION Adjust Vim helptags build command
| * \ Merge branch 'release/v1.13.0' into developTom Ryder2018-06-301-2/+2
| |\ \ | | | | | | | | | | | | | | | | * release/v1.13.0: Bump VERSION
* | \ \ Merge branch 'hotfix/v1.13.1'v1.13.1Tom Ryder2018-06-302-3/+3
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | | | | | * hotfix/v1.13.1: Bump VERSION Adjust Vim helptags build command
| * | | Bump VERSIONTom Ryder2018-06-301-2/+2
| | | |
| * | | Adjust Vim helptags build commandTom Ryder2018-06-301-1/+1
|/ / /
* | | Merge branch 'release/v1.13.0'v1.13.0Tom Ryder2018-06-306-5/+13
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | * release/v1.13.0: Bump VERSION Add insert_timeout.vim plugin Add cmdwin_ctrlc Vim plugin Add variable existence guard to after/indent/vim Correct .vimrc incorrect option name Use :buffers instead of :ls in \j Vim map
| * | Bump VERSIONTom Ryder2018-06-301-2/+2
| |/
| * Add insert_timeout.vim pluginTom Ryder2018-06-302-0/+3
| |
| * Add cmdwin_ctrlc Vim pluginTom Ryder2018-06-302-0/+3
| |
| * Add variable existence guard to after/indent/vimTom Ryder2018-06-301-1/+3
| |
| * Correct .vimrc incorrect option nameTom Ryder2018-06-301-1/+1
| |
| * Use :buffers instead of :ls in \j Vim mapTom Ryder2018-06-301-1/+1
| |
| * Merge branch 'release/v1.12.0' into developTom Ryder2018-06-301-2/+2
| |\ | | | | | | | | | | | | * release/v1.12.0: Bump VERSION
* | \ Merge branch 'release/v1.12.0'v1.12.0Tom Ryder2018-06-307-27/+35
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | * release/v1.12.0: Bump VERSION Add comments to vim ftplugins Remove vim/indent/php.vim blocker stub Add CSV, TSV, and password file filetypes Remove unneeded matchit set ex PHP after ftplugin
| * | Bump VERSIONTom Ryder2018-06-301-2/+2
| |/
| * 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-304-3/+24
| |
| * Remove unneeded matchit set ex PHP after ftpluginTom Ryder2018-06-301-12/+0
| |
| * Merge branch 'release/v1.11.0' into developTom Ryder2018-06-301-2/+2
| |\ | | | | | | | | | | | | * release/v1.11.0: Bump VERSION
* | \ Merge branch 'release/v1.11.0'v1.11.0Tom Ryder2018-06-304-18/+2
|\ \ \ | | |/ | |/| | | | | | | | | | * release/v1.11.0: Bump VERSION Remove ftplugin overrides for html/markdown
| * | Bump VERSIONTom Ryder2018-06-301-2/+2
| |/
| * Merge branch 'release/v1.10.0' into developTom Ryder2018-06-301-2/+2
| |\ | | | | | | | | | | | | * release/v1.10.0: Bump VERSION
| * | Remove ftplugin overrides for html/markdownTom Ryder2018-06-303-16/+0
| | | | | | | | | | | | No longer needed
* | | Merge branch 'release/v1.10.0'v1.10.0Tom Ryder2018-06-3055-677/+421
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release/v1.10.0: (21 commits) Bump VERSION Conform all after/ftplugin files Join some b:undo_ftplugin addenda Review vim/ftplugin and vim/indent files Refactor ftplugins into single files Remove stray vim/autoload/vimrc.vim file Add g:no_plugin_maps checks for ftplugin maps.vim Use ftplugins for filetype mappings instead Refine 'comments' ftplugins further Remove 'formatoptions' reset in ftplugins Add Vim ftplugin to set 'comments' for sed Define 'comments' for AWK Reduce shell format ftplugin to just 'comments' Break sh noglob guard into two lines for clarity Correct typo in .bashrc Changed my mind about 'commentstring' Wrap feature-dependent 'comments' settings Add 'comments' settings for sh filetype Clear 'commentstring' as well as 'comments' Set 'include' and 'path' specifically in C/C++ ...
| * | Bump VERSIONTom Ryder2018-06-301-2/+2
| |/
| * 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-3047-819/+347
| | | | | | | | Each thereby effectively becomes its own .vimrc for that type.
| * Remove stray vim/autoload/vimrc.vim fileTom Ryder2018-06-301-39/+0
| |