aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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.
| * Complete documentation of 'formatoptions' choicesTom Ryder2019-06-081-3/+31
| |
| * s/UNIX/Unix/gTom Ryder2019-06-081-3/+3
| |
| * Refactor 'backupskip' loop into one exec :setTom Ryder2019-06-081-2/+4
| |
| * Adjust layout and fully document vimrc reload hookTom Ryder2019-06-081-7/+17
| |
| * Rework a sentenceTom Ryder2019-06-081-2/+2
| |
| * Explain behaviour absent the 'dictionary' fileTom Ryder2019-06-081-0/+3
| |
| * Explain the choice of a 'runtimepath' split funcTom Ryder2019-06-081-1/+3
| |
| * Remove unneeded qualifierTom Ryder2019-06-081-1/+1
| |
| * Quote a filenameTom Ryder2019-06-081-1/+2
| |
| * Document 'formatoptions' l and 1 flagsTom Ryder2019-06-081-3/+18
| |
| * Separate 'directory' slashes into its own stringTom Ryder2019-06-081-1/+1
| |
| * Explain sort-reverse of 'backupskip' patternsTom Ryder2019-06-081-0/+3
| |
| * Sort 'backupskip' patterns before reversingTom Ryder2019-06-081-1/+1
| | | | | | | | They're already sorted, but it makes clearer what we're trying to do.
| * Adjust 'backupdir' path specification for clarityTom Ryder2019-06-081-4/+9
| |
| * Reverse overzealous factoring out of variableTom Ryder2019-06-081-2/+1
| |
| * Add more literate vimrc commentsTom Ryder2019-06-081-7/+42
| |
| * Group clearing of C-related defaultsTom Ryder2019-06-081-6/+9
| |
| * Begin adding longer comments for a literate vimrcTom Ryder2019-06-081-22/+161
| |
| * Refactor 'directory' processing in vimrcTom Ryder2019-06-081-2/+2
| |
| * Remove 'completeopt' settingsTom Ryder2019-06-081-4/+0
| | | | | | | | I realised I don't actually want either of these.
| * Refactor 'backupdir' processing in vimrcTom Ryder2019-06-081-3/+3
| |
| * Refactor 'runtimepath' chopping in vimrcTom Ryder2019-06-081-1/+2
| |
| * Refactor 'backupskip' processingTom Ryder2019-06-081-4/+21
| |
| * Rename vimrc#Establish() to vimrc#Ensure()Tom Ryder2019-06-082-4/+4
| | | | | | | | Per the suggestion of NickNameNick in #kiwicon.