aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'release/v1.39.0'v1.39.0Tom Ryder2018-07-232-7/+9
|\ | | | | | | | | | | | | | | * release/v1.39.0: Bump VERSION Map \H to show command :history Allow numeric prefix before :bdelete map Add some spaces before some comments
| * Bump VERSIONTom Ryder2018-07-231-2/+2
| |
| * Merge branch 'release/v1.38.0' into developTom Ryder2018-07-231-2/+2
| |\ | | | | | | | | | | | | * release/v1.38.0: Bump VERSION
| * | Map \H to show command :historyTom Ryder2018-07-231-0/+2
| | |
| * | Allow numeric prefix before :bdelete mapTom Ryder2018-07-231-1/+1
| | |
| * | Add some spaces before some commentsTom Ryder2018-07-231-4/+4
| | |
* | | Merge branch 'release/v1.38.0'v1.38.0Tom Ryder2018-07-233-29/+34
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release/v1.38.0: Bump VERSION Remove now-unneeded :lwindow from \. map Add autocmds to always pop open quickfix/loclist Update TABS.md instructions Expand tabs in TABS.md Inline 'undodir' assignment Remove superfluous [t,]t maps Allow count prefixes for [,] maps Blank 'ttymouse' in Vim
| * | Bump VERSIONTom Ryder2018-07-231-2/+2
| |/
| * Remove now-unneeded :lwindow from \. mapTom Ryder2018-07-231-1/+1
| |
| * Add autocmds to always pop open quickfix/loclistTom Ryder2018-07-231-0/+9
| |
| * Update TABS.md instructionsTom Ryder2018-07-231-3/+2
| |
| * Expand tabs in TABS.mdTom Ryder2018-07-231-8/+8
| | | | | | | | Irony, thy name is whitespace.
| * Inline 'undodir' assignmentTom Ryder2018-07-231-4/+1
| |
| * Remove superfluous [t,]t mapsTom Ryder2018-07-231-3/+0
| | | | | | | | gt and gT are default and work fine
| * Allow count prefixes for [,] mapsTom Ryder2018-07-231-8/+8
| |
| * Blank 'ttymouse' in VimTom Ryder2018-07-231-0/+3
| |
| * Merge branch 'hotfix/v1.37.2' into developTom Ryder2018-07-233-13/+15
| |\ | | | | | | | | | | | | | | | | | | | | | * hotfix/v1.37.2: Bump VERSION Refactor Git commit cursor column with snip line Set gitconfig commit.verbose, clear commit.status Add push.followTags to Git configuration
* | \ Merge branch 'hotfix/v1.37.2'v1.37.2Tom Ryder2018-07-233-13/+14
|\ \ \ | | |/ | |/| | | | | | | | | | | | | * hotfix/v1.37.2: Bump VERSION Refactor Git commit cursor column with snip line Set gitconfig commit.verbose, clear commit.status
| * | Bump VERSIONTom Ryder2018-07-231-2/+2
| | |
| * | Refactor Git commit cursor column with snip lineTom Ryder2018-07-231-10/+11
| | |
| * | Set gitconfig commit.verbose, clear commit.statusTom Ryder2018-07-231-1/+1
|/ /
* | Merge branch 'hotfix/v1.37.1'v1.37.1Tom Ryder2018-07-222-2/+3
|\ \ | | | | | | | | | | | | | | | * hotfix/v1.37.1: Bump VERSION Add push.followTags to Git configuration
| * | Bump VERSIONTom Ryder2018-07-221-2/+2
| | |
| * | Add push.followTags to Git configurationTom Ryder2018-07-221-0/+1
|/ /
* | Merge branch 'release/v1.37.0'v1.37.0Tom Ryder2018-07-225-120/+98
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release/v1.37.0: Bump VERSION Add Vim mappings for normal {,} in diff buffers Turn 'hidden' on for a bit Remove range-stripping from \x mapping Add some folding settings Add d (macros) to C and C++ 'complete' setting More tweaking for Vim tiny compatibility Don't force locale settings on 'greppreg' Correct logic on 'encoding' selection Remove unneeded UNIX test Try going without 'display' for a little while Strip some redundant comments Suppress insert_cancel.vim map if not &loadplugins Overhaul .vimrc for maximum vim-tiny support Correct two Vim comments Define 'grepprg' for GNU grep in .vimrc
| * | Bump VERSIONTom Ryder2018-07-221-2/+2
| |/
| * Add Vim mappings for normal {,} in diff buffersTom Ryder2018-07-221-0/+6
| |
| * Turn 'hidden' on for a bitTom Ryder2018-07-221-0/+3
| |
| * Remove range-stripping from \x mappingTom Ryder2018-07-221-1/+1
| | | | | | | | This way I can use a numeric prefix if I want to.
| * Add some folding settingsTom Ryder2018-07-221-0/+6
| | | | | | | | | | I don't particularly like folding, but these seem pretty inoffensive; I can quickly close a block whenever I need to.
| * Add d (macros) to C and C++ 'complete' settingTom Ryder2018-07-222-4/+10
| |
| * More tweaking for Vim tiny compatibilityTom Ryder2018-07-221-19/+19
| |
| * Don't force locale settings on 'greppreg'Tom Ryder2018-07-211-1/+1
| |
| * Correct logic on 'encoding' selectionTom Ryder2018-07-211-4/+3
| |
| * Remove unneeded UNIX testTom Ryder2018-07-211-1/+1
| | | | | | | | Hey, these days GNU grep could be available on another system...
| * Try going without 'display' for a little whileTom Ryder2018-07-211-4/+0
| |
| * Strip some redundant commentsTom Ryder2018-07-211-2/+2
| |
| * Suppress insert_cancel.vim map if not &loadpluginsTom Ryder2018-07-211-1/+3
| |
| * Overhaul .vimrc for maximum vim-tiny supportTom Ryder2018-07-211-111/+66
| |
| * Correct two Vim commentsTom Ryder2018-07-212-2/+2
| |
| * Define 'grepprg' for GNU grep in .vimrcTom Ryder2018-07-211-0/+5
| |
| * Merge branch 'hotfix/v1.36.1' into developTom Ryder2018-07-202-2/+2
| |\ | | | | | | | | | | | | | | | * hotfix/v1.36.1: Bump VERSION Upgrade strip_trailing_whitespace.vim plugin
| * \ Merge branch 'release/v1.36.0' into developTom Ryder2018-07-201-2/+2
| |\ \ | | | | | | | | | | | | | | | | * release/v1.36.0: Bump VERSION
* | \ \ Merge branch 'hotfix/v1.36.1'v1.36.1Tom Ryder2018-07-202-2/+2
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | | | | | * hotfix/v1.36.1: Bump VERSION Upgrade strip_trailing_whitespace.vim plugin
| * | | Bump VERSIONTom Ryder2018-07-201-2/+2
| | | |
| * | | Upgrade strip_trailing_whitespace.vim pluginTom Ryder2018-07-201-0/+0
|/ / /
* | | Merge branch 'release/v1.36.0'v1.36.0Tom Ryder2018-07-206-13/+16
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | * release/v1.36.0: Bump VERSION Remove any range from \e mapping Upgrade, reconfig strip_trailing_whitespace plugin Move 'encoding' .vimrc setting alphabetically Apply toggle_flag.vim hotfix Update and rename toggle_option_flags.vim plugin
| * | Bump VERSIONTom Ryder2018-07-201-2/+2
| |/
| * Remove any range from \e mappingTom Ryder2018-07-201-1/+1
| |
| * Upgrade, reconfig strip_trailing_whitespace pluginTom Ryder2018-07-202-1/+4
| |