aboutsummaryrefslogtreecommitdiff
path: root/vim
Commit message (Collapse)AuthorAgeFilesLines
...
* Break apart 'comments' definitionsTom Ryder2019-05-231-2/+5
|
* Use variable assignment for complex patternTom Ryder2019-05-231-1/+1
|
* Correct definition for b:undo_ftpluginTom Ryder2019-05-231-1/+1
|
* Refactor undo_ftplugin lines for Markdown ftpluginTom Ryder2019-05-231-6/+2
|
* Break up Markdown ftplugin option settingsTom Ryder2019-05-231-2/+8
| | | | Just for readability.
* Adjust header/footer for Markdown ftpluginTom Ryder2019-05-231-7/+3
|
* Remove HTML ftplugin import from Markdown ftpluginTom Ryder2019-05-232-7/+0
| | | | | I never liked this much. Removing it from my own copy of the ftplugin allows me to remove my working around it in the after script.
* Move my after ftplugin for Markdown into mainTom Ryder2019-05-232-44/+44
|
* Add Tim Pope's Markdown ftpluginTom Ryder2019-05-231-0/+50
| | | | | | I disagree with just enough of this that I think it's worth writing it out my own way. Adding the file as it is for now so I can track and document what I change.
* Add undo instructions for Markdown heading stuffTom Ryder2019-05-231-0/+3
|
* Adjust order of Markdown heading mapsTom Ryder2019-05-231-2/+2
|
* Define user command MarkdownHeadingTom Ryder2019-05-231-2/+4
|
* Set 'include' and 'path' in Vim script filesTom Ryder2019-05-231-0/+6
|
* Don't set 'path' to ** by defaultTom Ryder2019-05-231-2/+2
| | | | | It might still be useful, but probably only in more controlled/defined situations, and not by default.
* Add mapping to toggle 'autoindent'Tom Ryder2019-05-221-0/+3
|
* Ignore #emacs_backup# file patternTom Ryder2019-05-221-1/+1
|
* Remove '\'' sh ftplugin map; <Esc> interferenceTom Ryder2019-05-211-9/+0
|
* Flesh out a commentTom Ryder2019-05-211-2/+2
|
* Add count to sudo(8) pathsTom Ryder2019-05-211-2/+2
|
* Use MYVIM instead of MYVIMRUNTIMETom Ryder2019-05-211-7/+7
| | | | | Not all of the files in ~/.vim are necessary runtime files anyway, so the distinction isn't helpful.
* Revert "Try ternary operator for $MYVIMRUNTIME ...Tom Ryder2019-05-211-5/+5
| | | | | | This reverts commit 94c8d6c527049984373d75c1f8910fe25f8736b4. Decided I don't like this after all.
* 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
|