aboutsummaryrefslogtreecommitdiff
path: root/vim/after/plugin
Commit message (Collapse)AuthorAgeFilesLines
* Don't clear away g:loaded_gzipTom Ryder2018-08-201-1/+0
|
* Revert "Let's try leaving netrw on again for a ...Tom Ryder2018-08-181-0/+1
| | | | This reverts commit 60eab724a29101c54c2d5d1cccd56385a8e5a85c.
* Check surround.vim actually loaded before unmapTom Ryder2018-08-071-0/+3
|
* Remove surround.vim's insert mode mapsTom Ryder2018-08-051-0/+6
|
* Let's try leaving netrw on again for a bitTom Ryder2018-08-041-1/+0
|
* Refactor Vim distribution plugin/macro handlingTom Ryder2018-06-021-0/+10
| | | | | | Intelligently choose how to load matchit.vim, and clean up the short-circuit variables for the unwanted distribution plugins in an "after" plugin script.
* Move netrw.vim "after" script to plain configTom Ryder2017-10-301-11/+0
| | | | | | | | | | There's no particular need to set these options after netrw has loaded; they can be set before it's loaded, and the plugin will still observe them. This empties the vim/after/plugin directory. It doesn't need to be removed from the Makefile as there are no references to it; it was installed by a glob cp(1).
* Remove blank lines at end of filesTom Ryder2016-03-281-1/+0
|
* Move netrw settings into after scriptTom Ryder2015-01-201-0/+12
|
* Remove unneeded after script for TabularTom Ryder2014-10-061-11/+0
|
* No longer using EunuchTom Ryder2013-09-161-5/+0
| | | | It overwrites one of my bindings anyway
* Fix indenting in after scriptsTom Ryder2013-07-302-3/+3
|
* No longer using Gundo, remove bindingTom Ryder2013-07-301-8/+0
|
* I want to like Syntastic but I don'tTom Ryder2013-01-301-6/+0
| | | | | It keeps breaking in Perl and C and I can't figure out why, and it's not much good for PHP either. More trouble than it's worth
* Add syntastic plugin and optionsTom Ryder2012-10-051-0/+6
|
* Tidy after scripts, add one for GundoTom Ryder2012-10-022-1/+9
|
* Add some shortcut definitions for TabularTom Ryder2012-09-251-0/+11
|
* Conditional wrapping for :W re-remappingTom Ryder2012-05-181-1/+3
|
* Added a few more conditional checks.Tom Ryder2012-02-141-1/+1
| | | | | | | | Just in the interests of compatibility. There's technically at least one other place that there should be such a check, in the +user_commands section, where I define typo correction stuff. I should be making sure that +cmdline_compl is available, but it just makes things a little bit too convoluted.
* Include remapping W command in after plugin script.Tom Ryder2012-02-141-1/+1
|
* Prevent eunuch from overwriting my typo fix.Tom Ryder2012-02-131-0/+3