aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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-081-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-081-22/+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-081-37/+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
|