aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'release/v5.25.0'v5.25.0Tom Ryder2019-06-092-61/+67
|\ | | | | | | | | | | | | | | | | | | | | * release/v5.25.0: Remove 'splitbelow' and 'splitright' settings Add explanations for 'ttymouse' and 'split*' opts Reorder some vimrc blocks Add user-local 'dictionary' path Explain the 'backupskip' problem a bit more Restrict allowed characters of $MYVIM even more Restore simple comma blocking
| * Bump VERSIONTom Ryder2019-06-091-2/+2
| |
| * Remove 'splitbelow' and 'splitright' settingsTom Ryder2019-06-091-8/+0
| | | | | | | | Just experimentally; let's see what we think.
| * Add explanations for 'ttymouse' and 'split*' optsTom Ryder2019-06-091-6/+15
| |
| * Reorder some vimrc blocksTom Ryder2019-06-091-39/+39
| |
| * Add user-local 'dictionary' pathTom Ryder2019-06-091-1/+1
| |
| * Explain the 'backupskip' problem a bit moreTom Ryder2019-06-091-2/+3
| |
| * Restrict allowed characters of $MYVIM even moreTom Ryder2019-06-091-7/+14
| |
| * Restore simple comma blockingTom Ryder2019-06-091-5/+2
| |
| * Merge branch 'release/v5.24.0' into developTom Ryder2019-06-091-2/+2
| |\
* | \ Merge branch 'release/v5.24.0'v5.24.0Tom Ryder2019-06-092-69/+100
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release/v5.24.0: Break a paragraph Block MYVIM with pipes in its name Identify patch number of fixed feature Rearrange a paragraph Revert "Restore 'shortmess' defaults" Refactor cache directory creation and 'viminfo' Adjust comma comment Adjust layout of 'runtimepath' split code Split an awkwardly long :set line Restore 'shortmess' defaults Add some more literate comments
| * | Bump VERSIONTom Ryder2019-06-091-2/+2
| |/
| * Break a paragraphTom Ryder2019-06-091-2/+4
| |
| * Block MYVIM with pipes in its nameTom Ryder2019-06-091-2/+5
| |
| * Identify patch number of fixed featureTom Ryder2019-06-091-2/+2
| |
| * Rearrange a paragraphTom Ryder2019-06-091-4/+3
| |
| * Revert "Restore 'shortmess' defaults"Tom Ryder2019-06-091-0/+3
| | | | | | | | This reverts commit 90ef5e75badf38ed03b569cc738b2338b2d43cec.
| * Refactor cache directory creation and 'viminfo'Tom Ryder2019-06-091-26/+40
| |
| * Adjust comma commentTom Ryder2019-06-091-3/+4
| |
| * Adjust layout of 'runtimepath' split codeTom Ryder2019-06-091-29/+30
| | | | | | | | | | The split pattern variable wasn't getting set if the environment variable was set.
| * Split an awkwardly long :set lineTom Ryder2019-06-091-1/+2
| |
| * Restore 'shortmess' defaultsTom Ryder2019-06-091-3/+0
| | | | | | | | | | It's actually kind of nice seeing the version number and splash screen once in a while. I almost always invoke Vim with filenames, anyway.
| * Add some more literate commentsTom Ryder2019-06-091-4/+14
| |
| * Merge branch 'release/v5.23.0' into developTom Ryder2019-06-091-2/+2
| |\
* | \ Merge branch 'release/v5.23.0'v5.23.0Tom Ryder2019-06-094-169/+491
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release/v5.23.0: (52 commits) Develop commentary of 'modeline' awfulness Move C resets further up Adjust commentary around indent settings Group 'showmatch' and 'matchtime' meaningfully Move 'runtimepath' manipulation to top of file Change heading underline Move and more thoroughly explain 'path' settings Flesh out a comment Adjust split explanation Break a paragraph Correct type of plugin existence checks Bump Vim 'history' to 10000, the maximum value Add more literate comments to vimrc Adjust a couple of stray lines Fix up a few more comments Even more agonising over directory creation More detail on vimrc re-sourcing Remove repeated word Refine detail on MYVIM comma termination ...
| * | Bump VERSIONTom Ryder2019-06-091-2/+2
| |/
| * Develop commentary of 'modeline' awfulnessTom Ryder2019-06-091-1/+9
| |
| * Move C resets further upTom Ryder2019-06-091-28/+32
| |
| * Adjust commentary around indent settingsTom Ryder2019-06-091-8/+9
| |
| * Group 'showmatch' and 'matchtime' meaningfullyTom Ryder2019-06-091-5/+5
| |
| * Move 'runtimepath' manipulation to top of fileTom Ryder2019-06-091-11/+15
| |
| * Change heading underlineTom Ryder2019-06-091-1/+1
| |
| * Move and more thoroughly explain 'path' settingsTom Ryder2019-06-081-3/+6
| |
| * Flesh out a commentTom Ryder2019-06-081-1/+1
| |
| * Adjust split explanationTom Ryder2019-06-081-2/+3
| |
| * Break a paragraphTom Ryder2019-06-081-2/+3
| |
| * Correct type of plugin existence checksTom Ryder2019-06-081-2/+2
| |
| * Bump Vim 'history' to 10000, the maximum valueTom Ryder2019-06-081-2/+3
| |
| * Add more literate comments to vimrcTom Ryder2019-06-081-11/+45
| |
| * Adjust a couple of stray linesTom Ryder2019-06-081-1/+1
| |
| * Fix up a few more commentsTom Ryder2019-06-081-21/+25
| |
| * Even more agonising over directory creationTom Ryder2019-06-081-8/+26
| |
| * More detail on vimrc re-sourcingTom Ryder2019-06-081-2/+6
| |
| * Remove repeated wordTom Ryder2019-06-081-1/+1
| |
| * Refine detail on MYVIM comma terminationTom Ryder2019-06-081-1/+2
| |
| * Move vimrc-reload-filetype back into vimrcTom Ryder2019-06-082-4/+33
| | | | | | | | I think this is a more sensible location for it. We'll see.
| * More adjustment of $MYVIM comment documentationTom Ryder2019-06-081-27/+38
| |
| * Factor out all my autoloaded functionsTom Ryder2019-06-082-104/+31
| | | | | | | | I've changed my mind again; I want this file to be self-contained.
| * Edit some comments for clarityTom Ryder2019-06-081-5/+7
| |
| * Drastically simplify $MYVIM handlingTom Ryder2019-06-082-58/+36
| | | | | | | | | | | | | | | | It was a fun exercise, but it's a pretty perverse situation to set up. People generally don't put commas in their runtime directory names, and it's not too out of order simply to tell them not to do that if they do. This removes the need for two small utility functions.