aboutsummaryrefslogtreecommitdiff
path: root/vim
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Flesh out comments and refactor vimrc auto funcsTom Ryder2019-06-081-21/+61
|
* Strip trailing slashes before patch establishmentTom Ryder2019-06-081-1/+1
|
* Join some lines that don't really need to be splitTom Ryder2019-06-081-12/+4
|
* Remove accidentally committed filesTom Ryder2019-06-072-54/+0
|
* Remove HTML completion blockingTom Ryder2019-06-071-5/+0
|
* Remove error suppression on variable unsetTom Ryder2019-06-071-8/+8
|
* Correct a path in a commentTom Ryder2019-06-071-1/+1
|
* Break a long lineTom Ryder2019-06-071-1/+3
|
* Update vikm-quickfix-auto-open to v2.0.1Tom Ryder2019-06-071-0/+0
|
* Define :Boilerplate command for Perl, no <silent>Tom Ryder2019-06-071-3/+6
|
* Use shorter :map commands for diff/mail para navTom Ryder2019-06-072-32/+16
|
* Adjust quoting in mail greeting matchTom Ryder2019-06-071-2/+2
|
* Add a couple of abbreviationsTom Ryder2019-06-071-0/+4
|
* Adjust layout of another lineTom Ryder2019-06-071-1/+3
|
* Strip trailing-double-slashes for dir createsTom Ryder2019-06-061-1/+2
|
* Create cache directories as needed with functionTom Ryder2019-06-062-0/+12
|
* Let's give 'showmatch' another tryTom Ryder2019-06-061-0/+6
| | | | But with a slightly quicker jump.
* Adjust layout of longer :set+= path linesTom Ryder2019-06-061-3/+9
|
* Add a 'dictionary' pathTom Ryder2019-06-061-0/+3
|
* Correct 'shiftwidth' value in MakefilesTom Ryder2019-06-061-0/+4
|
* Add Makefile target to install free thesaurusTom Ryder2019-06-061-0/+3
|
* Adjust use of part addenda to *dir optionsTom Ryder2019-06-061-3/+4
|
* Reset colorscheme rather than calling defaultTom Ryder2019-06-061-1/+1
|
* Remove recursion from some maps that don't need itTom Ryder2019-06-061-2/+2
|
* Stop wasting version pattern match, use submatchesTom Ryder2019-06-061-6/+10
|
* Simplify version comparisonTom Ryder2019-06-061-7/+2
|
* Change a variable nameTom Ryder2019-06-061-4/+4
|
* Correct pattern in version match stringTom Ryder2019-06-061-1/+1
|
* Switch to regex-based &runtimepath splitTom Ryder2019-06-063-96/+20
|
* Actually correct 'runtimepath' dissection codeTom Ryder2019-06-064-37/+130
| | | | | I failed to use the source, and assumed I knew what it did. I am humbled.
* Improve handling of awkward filenames in optionsTom Ryder2019-06-062-6/+12
|
* Add a couple of 'formatoptions'Tom Ryder2019-06-061-0/+2
|
* Use vimrc#EscapeSet() consistentlyTom Ryder2019-06-061-1/+1
|