aboutsummaryrefslogtreecommitdiff
path: root/vim
Commit message (Collapse)AuthorAgeFilesLines
* Add comments to Markdown heading mappingTom Ryder2019-05-211-0/+12
|
* End heading mapping on first columnTom Ryder2019-05-211-0/+1
|
* Improve Markdown heading mappingTom Ryder2019-05-211-2/+5
| | | | Leave me on the same row as the underline, and use getpos()/setpos()
* Add mappings and function for Markdown headingsTom Ryder2019-05-212-0/+12
|
* Move shebang change filetype hooks into pluginTom Ryder2019-05-213-14/+0
|
* Use nicer patch-checking syntaxTom Ryder2019-05-202-7/+3
| | | | This syntax is supported for 7.4.237 and above.
* Revert "Follow the manual's instructions for 't...Tom Ryder2019-05-201-2/+6
| | | | | | | This reverts commit 9ae78fdbc8ca553628cc61d43cdb2b30134fdb2e. Setting t_RV to blank doesn't work, at least, not in .vimrc. If TERM is xterm, it gets set anyway.
* Follow the manual's instructions for 'ttymouse'Tom Ryder2019-05-201-6/+2
|
* Start spell-checking HTMLTom Ryder2019-05-191-0/+6
|
* Don't bother checking for the 'spell' featureTom Ryder2019-05-191-15/+10
|
* Add a spelling abbreviationTom Ryder2019-05-191-0/+1
|
* Add mapping to create path for current fileTom Ryder2019-05-191-0/+3
| | | | Might also make a BufWritePre hook for this that prompts.
* Simplify 'path' definitionTom Ryder2019-05-181-3/+2
|
* Correct options orderTom Ryder2019-05-181-6/+6
| | | | Just an alphabetical issue...
* Reassure Vim that PuTTY is 'ttyfast'Tom Ryder2019-05-181-0/+5
|
* Add 'synmaxcol' settingTom Ryder2019-05-181-0/+3
|
* Spell check tweakingTom Ryder2019-05-181-19/+19
|
* Try doing without 'backspace' settingsTom Ryder2019-05-181-5/+0
| | | | Let's see how we go without this.
* Update vim-regex-escape to v0.2.0Tom Ryder2019-05-181-0/+0
|
* Update vim-insert-timeout to v0.3.0Tom Ryder2019-05-181-0/+0
|
* More compact layout for 'wildignore' settingTom Ryder2019-05-181-65/+16
|
* Update vim-sahara to v1.2.0Tom Ryder2019-05-181-0/+0
|
* Move single ftdetect rule into filetype.vimTom Ryder2019-05-182-9/+10
|
* Test 'compatible' is off before loading main vimrcTom Ryder2019-05-181-1/+1
|
* Add a couple of abbreviationsTom Ryder2019-05-181-0/+4
|
* Don't suppress errors from loading matchitTom Ryder2019-05-181-1/+1
|
* Adjust formatting of a leading commentTom Ryder2019-05-181-1/+2
|
* Move 'wildignore' setting back into .vimrcTom Ryder2019-05-182-174/+72
|
* Make CTRL-L redraw the screen from insert modeTom Ryder2019-05-171-0/+3
|
* Break up long lines in sh syntax fileTom Ryder2019-05-171-2/+10
|
* Update vim-perl-version-bump to v1.2.0Tom Ryder2019-05-171-0/+0
|
* Update vim-sahara to v1.1.0Tom Ryder2019-05-171-0/+0
|
* Update vim-shebang-create-exec to v0.3.0Tom Ryder2019-05-171-0/+0
|
* Update vim-juvenile to v0.5.0Tom Ryder2019-05-171-0/+0
|
* Split long lines with version/patch check patternTom Ryder2019-05-179-9/+18
|
* Break up long lines in PHP Vim compiler scriptTom Ryder2019-05-171-4/+9
|
* Bind \L to toggle 'colorcolumn'Tom Ryder2019-05-171-0/+4
|
* Sort flags for optionsTom Ryder2019-05-171-2/+2
|
* Remove overkill Windows path reductionTom Ryder2019-05-171-5/+2
|
* Use <Bar> in multi-command mappingTom Ryder2019-05-171-1/+1
|
* Revert "Dispense with system-dependent files"Tom Ryder2019-05-173-2/+53
| | | | | | This reverts commit 1c51d2e98e0e0ec91da7ff3a93ad84f9767d0658. Already found problems--trips up using the -V command line option.
* Adjust formatting of autocmdTom Ryder2019-05-171-1/+3
|
* Rearrange filetype and syntax logicTom Ryder2019-05-171-18/+18
|
* Add note about 'ttymouse' option existenceTom Ryder2019-05-171-2/+3
|
* Restore 'ttymouse' option existence testTom Ryder2019-05-171-1/+1
| | | | The option does not exist in NeoVim.
* Move filetype and syntax logic to end of .vimrcTom Ryder2019-05-171-19/+20
|
* Remove `a` and `A` flags from 'cpoptions'Tom Ryder2019-05-171-2/+1
|
* Adjust order of 'backspace' flags per docsTom Ryder2019-05-161-1/+1
|
* Adjust order of some directivesTom Ryder2019-05-161-10/+10
|
* Leverage negative 'softtabstop' valueTom Ryder2019-05-162-8/+20
| | | | | From :help 'softtabstop': > When 'sts' is negative, the value of 'shiftwidth' is used.