aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
Commit message (Expand)AuthorAgeFilesLines
* Add Vim mapping to switch to French spellingTom Ryder2023-04-031-7/+11
* Remove terminfo handling, including Vim settingsTom Ryder2023-03-211-11/+0
* Update cgit URLsTom Ryder2022-08-061-13/+13
* Explicitly cast terminal color count for comparingTom Ryder2022-06-301-1/+1
* Return empty values for XDG on non-UnixTom Ryder2022-06-301-23/+18
* Correct a comment's XDG descriptionTom Ryder2022-05-091-1/+1
* Move everything else in XDG cache into stateTom Ryder2022-05-091-14/+12
* Move saved views into $XDG_STATE_HOMETom Ryder2022-05-091-4/+4
* Move persistent undo files into $XDG_STATE_HOMETom Ryder2022-05-091-4/+4
* Add XDG_STATE_HOME to XDG supportTom Ryder2022-05-091-0/+2
* Remove daft quotes from vimrcTom Ryder2022-05-071-251/+251
* Don't let Vim change X terminal window titlesTom Ryder2022-04-271-0/+6
* Use consistent punctuation in vimrc commentsTom Ryder2021-11-161-67/+67
* Don't set XDG vars if not running under UnixTom Ryder2020-11-191-19/+24
* Rewrap comments in vimrcTom Ryder2020-10-231-7/+7
* Break some lines to line things upTom Ryder2020-10-091-6/+11
* Delete extra newlineTom Ryder2020-10-041-2/+1
* Refactor patch testing into new patch#() wrapperTom Ryder2020-10-031-13/+13
* Simplify/correct vimrc matching rulesTom Ryder2020-09-191-11/+3
* Add Newsbeuter->Newsboat spelling correctionsTom Ryder2020-09-191-1/+5
* Lower 'history' to 300 to keep startup snappyTom Ryder2020-09-191-11/+9
* Use consistent spacingTom Ryder2020-09-181-2/+2
* Separate 'dictionary' and 'thesaurus' settingsTom Ryder2020-09-171-10/+13
* Move plugin-dependent config to vim/after filesTom Ryder2020-09-171-51/+1
* Correct and extend 'backupskip' patterns for .gitTom Ryder2020-09-141-6/+8
* Remove outdated comment on 'dictionary' settingTom Ryder2020-09-121-11/+2
* Set 'backupskip', and have g:undofileskip copy itTom Ryder2020-09-121-19/+37
* Add Vim digraph for zero-width space (zs)Tom Ryder2020-07-191-1/+6
* Correct a spelling error in a commentTom Ryder2020-07-091-2/+2
* Add 'spelloptions' `camel` flag in VimTom Ryder2020-06-111-1/+12
* Add a reader quote to vimrcTom Ryder2020-06-081-1/+6
* Adjust layout of quoteTom Ryder2020-06-081-2/+2
* Remove two outdated commentsTom Ryder2020-06-021-6/+2
* Reference don't copy vimrc source/save checksTom Ryder2020-06-021-3/+3
* Correct the vimrc SourceCmd hook pathTom Ryder2020-06-021-1/+1
* Remove fortune.vim pluginTom Ryder2020-06-011-6/+1
* Cache XDG values in vimrcTom Ryder2020-05-241-35/+40
* Rewrite and rewrap a comment block in vimrcTom Ryder2020-05-211-5/+5
* Correct two command references in vimrc commentTom Ryder2020-05-211-2/+2
* Remove inappropriate reverse() callTom Ryder2020-05-171-3/+3
* Remove vestigial reference to $MYVIM without condTom Ryder2020-05-161-2/+2
* Update updated date in vimrcTom Ryder2020-05-161-1/+1
* Correct some poor writingTom Ryder2020-05-161-4/+3
* Bail from Vim if &runtimepath is emptyTom Ryder2020-05-161-2/+3
* Write out over-engineered path creation functionTom Ryder2020-05-161-18/+2
* Switch XDG semantics to functions not global varTom Ryder2020-05-161-64/+56
* Don't put spell in cache, update spell pluginTom Ryder2020-05-151-10/+1
* Rewriting commentary on vimrcTom Ryder2020-05-111-48/+85
* Remove unneeded <silent> modifiers from mapsTom Ryder2020-05-111-5/+5
* Break map definitions consistentlyTom Ryder2020-05-111-29/+55