aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'release/v5.28.0'v5.28.0Tom Ryder2019-06-102-217/+297
|\ | | | | | | | | | | | | | | | | | | * release/v5.28.0: Lots more reordering and commenting Use expansion $ prefix for env vars consistently Fix some spelling and grammar errors Refactor comment on SourceCmd hook block Expand <C-K> documentation, add Steve Losh's link Use Unicode characters for 'lcs' extends/precedes
| * Bump VERSIONTom Ryder2019-06-101-2/+2
| |
| * Lots more reordering and commentingTom Ryder2019-06-101-188/+249
| |
| * Use expansion $ prefix for env vars consistentlyTom Ryder2019-06-101-3/+3
| |
| * Fix some spelling and grammar errorsTom Ryder2019-06-101-20/+20
| |
| * Refactor comment on SourceCmd hook blockTom Ryder2019-06-101-3/+5
| |
| * Expand <C-K> documentation, add Steve Losh's linkTom Ryder2019-06-101-3/+7
| |
| * Use Unicode characters for 'lcs' extends/precedesTom Ryder2019-06-101-2/+15
| |
| * Merge branch 'release/v5.27.0' into developTom Ryder2019-06-101-2/+2
| |\
* | \ Merge branch 'release/v5.27.0'v5.27.0Tom Ryder2019-06-102-130/+252
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release/v5.27.0: Make comments on leader mappings more legible Document insert mode CTRL-K double-tap mapping Document insert mode CTRL-C mapping Document <Space> mapping Add opening notes for the mapping section Flesh out comment on persistent undo Adjust layout and commentary on 'wild...' :sets Document :EnsureDir command as well as function Restore -nargs=1 for :EnsureDir Combine 'dict' and 'tsr' :set and move down Add P_NDNAME exclusion checks to 'dict' and 'tsr' Explain 'dictionary' approach Break three conditions into separate lines Swap two conditions Explain behaviour of malformed MYVIM Flesh out opening comment a bit
| * | Bump VERSIONTom Ryder2019-06-101-2/+2
| |/
| * Make comments on leader mappings more legibleTom Ryder2019-06-101-55/+55
| | | | | | | | More abstracted, too. Who knows if I'll keep using backslash?
| * Document insert mode CTRL-K double-tap mappingTom Ryder2019-06-101-1/+26
| |
| * Document insert mode CTRL-C mappingTom Ryder2019-06-101-2/+27
| |
| * Document <Space> mappingTom Ryder2019-06-101-1/+17
| |
| * Add opening notes for the mapping sectionTom Ryder2019-06-101-0/+36
| |
| * Flesh out comment on persistent undoTom Ryder2019-06-091-2/+2
| |
| * Adjust layout and commentary on 'wild...' :setsTom Ryder2019-06-091-32/+25
| | | | | | | | Including adding a 'wildmode' setting.
| * Document :EnsureDir command as well as functionTom Ryder2019-06-091-0/+6
| |
| * Restore -nargs=1 for :EnsureDirTom Ryder2019-06-091-1/+1
| | | | | | | | It works fine in Vim 7.0 when passing MYVIM as a single target.
| * Combine 'dict' and 'tsr' :set and move downTom Ryder2019-06-091-34/+40
| |
| * Add P_NDNAME exclusion checks to 'dict' and 'tsr'Tom Ryder2019-06-091-2/+2
| |
| * Explain 'dictionary' approachTom Ryder2019-06-091-1/+3
| |
| * Break three conditions into separate linesTom Ryder2019-06-091-1/+3
| |
| * Swap two conditionsTom Ryder2019-06-091-1/+1
| |
| * Explain behaviour of malformed MYVIMTom Ryder2019-06-091-0/+3
| |
| * Flesh out opening comment a bitTom Ryder2019-06-091-4/+12
| | | | | | | | Include some instructions to strip the comments out.
| * Merge branch 'release/v5.26.0' into developTom Ryder2019-06-091-2/+2
| |\
* | \ Merge branch 'release/v5.26.0'v5.26.0Tom Ryder2019-06-092-181/+391
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release/v5.26.0: (27 commits) Correct bad case in abbreviations Document 'ttyfast' setting, and include tmux Document many more option settings Document 'listchars' settings Group together and document 'wrap'-related options Move 'backspace' settings down a bit Add $MYVIM/vimrc hook conditionally Remove 'showmatch' again Adjust a few spelling errors Correct an error message Add a bit more commentary on vimrc reloading Check MYVIM more completely before adding to &rtp Handle special encoding with :scriptencoding Save &runtimepath split in a variable for later Amend comment on viminfo file Check value of MYVIM before hooking into subfile Refactor filetype reloading with command Adjust comment on vimrc reload hook Prepend $MYVIM to &runtimepath if not there ...
| * | Bump VERSIONTom Ryder2019-06-091-2/+2
| |/
| * Correct bad case in abbreviationsTom Ryder2019-06-091-2/+2
| | | | | | | | The irony here is pretty thick.
| * Document 'ttyfast' setting, and include tmuxTom Ryder2019-06-091-2/+7
| |
| * Document many more option settingsTom Ryder2019-06-091-18/+167
| |
| * Document 'listchars' settingsTom Ryder2019-06-091-5/+18
| |
| * Group together and document 'wrap'-related optionsTom Ryder2019-06-091-5/+21
| |
| * Move 'backspace' settings down a bitTom Ryder2019-06-091-9/+9
| |
| * Add $MYVIM/vimrc hook conditionallyTom Ryder2019-06-091-1/+5
| |
| * Remove 'showmatch' againTom Ryder2019-06-091-6/+0
| | | | | | | | I forgot that the highlighting already shows the match.
| * Adjust a few spelling errorsTom Ryder2019-06-091-10/+9
| |
| * Correct an error messageTom Ryder2019-06-091-1/+1
| |
| * Add a bit more commentary on vimrc reloadingTom Ryder2019-06-091-0/+3
| |
| * Check MYVIM more completely before adding to &rtpTom Ryder2019-06-091-1/+1
| |
| * Handle special encoding with :scriptencodingTom Ryder2019-06-091-19/+24
| |
| * Save &runtimepath split in a variable for laterTom Ryder2019-06-091-10/+11
| |
| * Amend comment on viminfo fileTom Ryder2019-06-091-7/+8
| |
| * Check value of MYVIM before hooking into subfileTom Ryder2019-06-091-1/+5
| |
| * Refactor filetype reloading with commandTom Ryder2019-06-091-17/+14
| |
| * Adjust comment on vimrc reload hookTom Ryder2019-06-091-4/+4
| |
| * Prepend $MYVIM to &runtimepath if not thereTom Ryder2019-06-091-0/+8
| |
| * Move EnsureDir() declaration up, ensure $MYVIMTom Ryder2019-06-091-24/+35
| |