aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Use case-insensitive Vim ==#Tom Ryder2018-06-043-3/+3
|
* Clear markdown_autoformat.vim autocmds correctlyTom Ryder2018-06-041-1/+1
|
* Move markdown_autoformat.vim funcs back to localTom Ryder2018-06-043-77/+64
| | | | No advantage to making them autoload
* Don't load my HTML ftplugins for Markdown typesTom Ryder2018-06-043-3/+15
| | | | | | The stock markdown.vim file loads in all the html.vim ftplugins too. This is probably a good idea for the stock files, but none of my HTML extension plugins are appropriate for Markdown, so exclude them.
* Set and clear Markdown autocmd in groupTom Ryder2018-06-041-4/+13
|
* Use heuristics on Markdown to guess autoformatTom Ryder2018-06-042-0/+28
|
* Refactor suspend_autoformat.vim, add autoloadTom Ryder2018-06-044-34/+82
| | | | | | | | * Add a function to suspend autoformatting for the duration of pasting lines. * Factor the ftplugin's functions out to be autoloaded; this requires Vim >=7.0, but it already needed that. * Add Makefile infrastructure for new autoload directories/files.
* Add mail ftdetect rulesTom Ryder2018-06-031-0/+4
|
* Merge branch 'release/v0.44.0' into developTom Ryder2018-06-031-2/+2
|\ | | | | | | | | * release/v0.44.0: Bump VERSION
| * Bump VERSIONTom Ryder2018-06-031-2/+2
|/
* Merge branch 'release/v0.43.0' into developTom Ryder2018-06-031-2/+2
|\ | | | | | | | | * release/v0.43.0: Bump VERSION
| * Bump VERSIONTom Ryder2018-06-031-2/+2
| |
* | Correct logic of Markdown/text spell checkingTom Ryder2018-06-032-14/+18
| |
* | Vim ftplugin: hold autoformat in *.md code blocksTom Ryder2018-06-031-0/+34
| |
* | Remove accidentally committed ";" fileTom Ryder2018-06-031-12/+0
|/
* Revamp vint script with blacklist not whitelistTom Ryder2018-06-031-22/+18
|
* Add missing vint targetsTom Ryder2018-06-031-0/+2
|
* Add shebang and opening tag detect for PHPTom Ryder2018-06-032-0/+20
|
* Refine shebangs in filetype detectionTom Ryder2018-06-036-8/+8
|
* Implement personal filetype.vimTom Ryder2018-06-0342-12/+222
| | | | | | | | | | | | | | | | | This implements only the syntax highlighting for file types I regularly use and care about, implemented in the way I want them to work, with files named per type in ftdetect/*.vim. I have chosen only file types with which I regularly deal and for which syntax highlighting and filetype/indent plugins are actually useful. Most other files, e.g. system config files I edit infrequently and only with sudoedit(8), don't really benefit from that. Much of this is just copied from the distribution filetype.vim file, but some of it I do specifically in a way I want, such as the shell decision logic. We'll see how well this works.
* Correct name of Makefile targetTom Ryder2018-06-031-1/+1
|
* Refactor Vim distribution plugin/macro handlingTom Ryder2018-06-026-33/+61
| | | | | | Intelligently choose how to load matchit.vim, and clean up the short-circuit variables for the unwanted distribution plugins in an "after" plugin script.
* Rebuild help tags after installing bundleTom Ryder2018-06-021-0/+1
|
* Use full commands in buffer cycle mappingsTom Ryder2018-06-021-2/+2
|
* Upgrade mail_mutt.vim plugin to v0.2.0Tom Ryder2018-06-021-0/+0
|
* Merge branch 'release/v0.42.0' into developTom Ryder2018-06-021-2/+2
|\ | | | | | | | | * release/v0.42.0: Bump VERSION
| * Bump VERSIONTom Ryder2018-06-021-2/+2
|/
* Update Vim submodulesTom Ryder2018-06-021-0/+0
|
* Remove 'nocompatible' tolerance from .vintrcTom Ryder2018-06-021-7/+0
| | | | | | | Eliding the check for the presence of 'nocompatible' in my Vim configuration is no longer necessary since 2505497, when the approach to managing compatibility mode changed to toggle only the offending 'C' flag.
* Merge branch 'hotfix/v0.41.1' into developTom Ryder2018-06-023-2/+2
|\ | | | | | | | | | | * hotfix/v0.41.1: Bump VERSION Properly remove submodule dirs
| * Bump VERSIONTom Ryder2018-06-021-2/+2
| |
| * Properly remove submodule dirsTom Ryder2018-06-022-0/+0
| |
| * Merge branch 'release/v0.41.0'v0.41.0Tom Ryder2018-06-026-11/+17
| |\ | | | | | | | | | | | | | | | | | | * release/v0.41.0: Bump VERSION Remove abolish.vim and commentary.vim Remove unimpaired.vim
| * \ Merge branch 'release/v0.40.0'v0.40.0Tom Ryder2018-06-012-2/+2
| |\ \ | | | | | | | | | | | | | | | | | | | | * release/v0.40.0: Bump VERSION Update Vim plugin submodules
| * \ \ Merge branch 'release/v0.39.0'v0.39.0Tom Ryder2018-06-013-2/+2
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | * release/v0.39.0: Bump VERSION Update submodules
| * \ \ \ Merge branch 'hotfix/v0.38.2'v0.38.2Tom Ryder2018-05-313-2/+2
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * hotfix/v0.38.2: Bump VERSION Update submodules with Vim lint fixes
* | \ \ \ \ Merge branch 'release/v0.41.0' into developTom Ryder2018-06-021-2/+2
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | | | | | | | | | | | | * release/v0.41.0: Bump VERSION
| * | | | | Bump VERSIONTom Ryder2018-06-021-2/+2
|/ / / / /
* | | | | Remove abolish.vim and commentary.vimTom Ryder2018-06-021-6/+0
| | | | | | | | | | | | | | | | | | | | Not using them much if at all anymore.
* | | | | Remove unimpaired.vimTom Ryder2018-06-025-3/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace it with new plugin put_blank_lines.vim and new mappings to cycle between open buffers: the only features from the plugin that I actually use in recent memory.
* | | | | Merge branch 'release/v0.40.0' into developTom Ryder2018-06-011-2/+2
|\ \ \ \ \ | | |_|_|/ | |/| | | | | | | | | | | | | * release/v0.40.0: Bump VERSION
| * | | | Bump VERSIONTom Ryder2018-06-011-2/+2
|/ / / /
* | | | Update Vim plugin submodulesTom Ryder2018-06-011-0/+0
| | | |
* | | | Merge branch 'release/v0.39.0' into developTom Ryder2018-06-011-2/+2
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | * release/v0.39.0: Bump VERSION
| * | | Bump VERSIONTom Ryder2018-06-011-2/+2
|/ / /
* | | Update submodulesTom Ryder2018-06-012-0/+0
| | |
* | | Merge branch 'hotfix/v0.38.2' into developTom Ryder2018-05-313-2/+2
|\ \ \ | | |/ | |/| | | | | | | | | | * hotfix/v0.38.2: Bump VERSION Update submodules with Vim lint fixes
| * | Bump VERSIONTom Ryder2018-05-311-2/+2
| | |
| * | Update submodules with Vim lint fixesTom Ryder2018-05-312-0/+0
| |/
| * Merge branch 'hotfix/v0.38.1'v0.38.1Tom Ryder2018-05-312-3/+13
| |\ | | | | | | | | | | | | | | | * hotfix/v0.38.1: Bump VERSION Update vim-lint script to reflect changes