aboutsummaryrefslogtreecommitdiff
path: root/vim
Commit message (Collapse)AuthorAgeFilesLines
...
* Spelling correctionsTom Ryder2019-07-061-4/+4
|
* Translate a :let-& call into a :set= oneTom Ryder2019-07-061-4/+1
|
* Completely redo literate vimrcTom Ryder2019-07-061-108/+1279
|
* Restore missing // sigilsTom Ryder2019-07-011-2/+2
|
* Adopt argument unpacking conventionsTom Ryder2019-07-011-5/+6
|
* Playing with Unicode charactersTom Ryder2019-07-011-36/+36
|
* Beginning process of re-doing literate vimrcTom Ryder2019-07-011-9/+123
|
* Adjust approach to selective mode mappingTom Ryder2019-07-011-23/+30
|
* Factor out mkdir() calls into functionTom Ryder2019-07-011-12/+8
|
* Flatten functionTom Ryder2019-07-011-3/+1
|
* Factor out double-escape for opts into functionTom Ryder2019-07-011-17/+12
|
* Factor out option split into a functionTom Ryder2019-07-011-7/+9
|
* Stripped all comments, refactored directoriesTom Ryder2019-07-011-1304/+63
|
* Fix comment typoTom Ryder2019-07-011-1/+1
|
* Add missing parens around mapping targetTom Ryder2019-06-251-1/+1
|
* Revert "Reset 'compatible' in stub vimrc"Tom Ryder2019-06-251-4/+0
| | | | This reverts commit 3b2d915005dfee4f693919267fff08c8728778b8.
* Reset 'compatible' in stub vimrcTom Ryder2019-06-251-0/+4
|
* Use nicer syntax for item-per-line listsTom Ryder2019-06-251-5/+5
|
* Correct two typosTom Ryder2019-06-251-2/+2
|
* Correct a word in a commentTom Ryder2019-06-251-1/+1
|
* Use simpler method to get first part of &spelllangTom Ryder2019-06-251-1/+1
|
* Add missing character to &runtimepath substituteTom Ryder2019-06-251-1/+1
|
* Fix bug in previous patternTom Ryder2019-06-241-1/+1
|
* Add two-spacers definition for 'spellcapcheck'Tom Ryder2019-06-241-0/+14
|
* Init b:undo_indent for MakefilesTom Ryder2019-06-241-1/+1
|
* Merge 'compatible' joke settings onto one lineTom Ryder2019-06-241-3/+1
|
* Rename scratch.vim to scratch_buffer.vimTom Ryder2019-06-244-5/+5
|
* Update paste_insert.vim to v0.4.0Tom Ryder2019-06-231-0/+0
|
* Replace existing Markdown heading underlinesTom Ryder2019-06-231-2/+7
|
* Add basic homebrew scratch buffer pluginTom Ryder2019-06-233-0/+19
| | | | Thanks to crose in Freenode #vim for a hint about `:help <mods>`.
* Have a little fun with compatible viTom Ryder2019-06-231-5/+6
|
* Update write_mkpath.vim to v2.2.0Tom Ryder2019-06-231-0/+0
|
* Remove :Fortunate call from startupTom Ryder2019-06-232-33/+1
| | | | The novelty has already worn off.
* Fix a couple of small comment typosTom Ryder2019-06-231-4/+4
|
* Update cursorline_current.vim to v3.0.1Tom Ryder2019-06-231-0/+0
|
* Update paste_insert.vim to v0.3.0Tom Ryder2019-06-231-0/+0
|
* Use tr() over substitute() for character swapTom Ryder2019-06-221-1/+1
| | | | I didn't know this function existed, but I should perhaps have guessed.
* Fix up some pattern qualifiersTom Ryder2019-06-221-3/+3
|
* Update digraph_search.vim to v1.1.0Tom Ryder2019-06-221-0/+0
|
* Correct indent settingsTom Ryder2019-06-225-18/+52
|
* Don't squeeze blanks by default in mail filetypeTom Ryder2019-06-221-9/+0
|
* Improve honesty of comment in mail ftpluginTom Ryder2019-06-221-2/+1
|
* Move mail ftplugin function out into autoloadTom Ryder2019-06-222-23/+24
| | | | Now that it isn't called on every load.
* Add local maps for normalising mail quotesTom Ryder2019-06-221-0/+4
|
* Don't do :StrictQuote automatically on mail editTom Ryder2019-06-221-1/+0
|
* Make :StrictQuote command accept a rangeTom Ryder2019-06-221-10/+4
|
* Move 'filetype' display to command definitionTom Ryder2019-06-222-2/+1
|
* Separate :try block for fortune functionTom Ryder2019-06-221-1/+5
| | | | Vint gets confused by it otherwise.
* Darken :Fortune display somewhatTom Ryder2019-06-221-1/+1
|
* Use <Plug> mapping for :FortuneTom Ryder2019-06-222-2/+4
|