aboutsummaryrefslogtreecommitdiff
path: root/vim
Commit message (Collapse)AuthorAgeFilesLines
...
* Upgrade exchange, lion Vim pluginsTom Ryder2015-02-162-0/+0
|
* Update plugin submodulesTom Ryder2015-02-1010-0/+0
|
* Use full version of :substitute in vimrcTom Ryder2015-01-201-1/+1
|
* Move netrw settings into after scriptTom Ryder2015-01-202-17/+12
|
* Safer syntax for command callsTom Ryder2015-01-151-6/+4
|
* Some Perl shortcuts I use oftenTom Ryder2015-01-151-0/+9
|
* Discard PHP's indentingTom Ryder2015-01-151-0/+5
| | | | | | | It keeps doing things I don't expect, and the code looks hard to change. autoindent should do the job. I might have a go at writing my own later to handle obvious cases like an opening brace or case statement on the previous line.
* No more auto-wrappingTom Ryder2014-12-032-6/+0
| | | | Annoys me more often than it helps
* Plugin for HTML5 supportTom Ryder2014-12-031-0/+0
|
* Check persistent_undo feature before unsettingTom Ryder2014-12-021-1/+3
|
* Shell script syntax for /etc/default/*Tom Ryder2014-11-271-0/+5
|
* Whoops, missed a barTom Ryder2014-11-181-1/+1
|
* Type edited shell commands (^X^E, fc)Tom Ryder2014-11-171-0/+6
|
* Filetype for nwatch diffsTom Ryder2014-11-171-0/+5
|
* Don't use Pathogen if Vim is ancientTom Ryder2014-11-071-4/+6
| | | | | At least on Debian's stock Vim on really old machines, loading Pathogen causes a segfault that leaves Vim looping forever.
* Update file detection rulesTom Ryder2014-11-031-2/+2
|
* Make function of whitespace stripperTom Ryder2014-11-031-2/+9
|
* Make explicit local varsTom Ryder2014-11-031-2/+2
|
* Tidy big file measures into a functionTom Ryder2014-11-021-9/+22
|
* Whoops, left debugging value in hereTom Ryder2014-11-021-1/+1
|
* Change Vim settings for large filesTom Ryder2014-11-011-7/+14
| | | | Including setting synmaxcol and turning off backups etc
* Add a couple of file detection rulesTom Ryder2014-10-301-0/+5
|
* Exclude some builtins I added to sh.vimTom Ryder2014-10-301-6/+3
| | | | | Refine previous commit a little to restore some of the weirdness I actually do like
* Fix a few more annoyances in sh.vim syntaxTom Ryder2014-10-301-0/+68
|
* Fix simpleDeRef in sh.vimTom Ryder2014-10-301-0/+10
|
* Refine 'isk' setting in sh.vimTom Ryder2014-10-301-0/+4
|
* Update unimpaired pluginTom Ryder2014-10-221-0/+0
|
* Remove unneeded after script for TabularTom Ryder2014-10-061-11/+0
|
* Drop Tabular for LionTom Ryder2014-10-052-0/+0
|
* Preserve size of other Vim windows when splittingTom Ryder2014-10-051-0/+3
|
* Match angle brackets in Vim with %Tom Ryder2014-10-051-0/+3
|
* Use install(1) rather than symlinkingTom Ryder2014-09-281-1/+0
|
* Update pluginsTom Ryder2014-09-253-0/+0
|
* Updating pluginsTom Ryder2014-08-1711-0/+0
|
* Add Unicode snowman digraphTom Ryder2014-06-221-1/+2
|
* Remove ack(1)Tom Ryder2014-04-261-0/+0
| | | | | I just wasn't using it; not enough advantages over grep(1) with a little BRE reading and some judicious use of find(1)
* Strip trailing whitespace with <leader>xTom Ryder2014-04-161-0/+4
|
* Group search settings lines properlyTom Ryder2014-03-171-4/+4
|
* Adding exchange.vimTom Ryder2014-03-011-0/+0
|
* Never write Vim :make output to terminalTom Ryder2014-03-011-0/+3
| | | | I've never used it; this seems tidier
* No longer use ^A,^E on Vim command lineTom Ryder2014-02-191-6/+0
| | | | | Trained myself out of it, I use the command window now instead, like God intended
* Add vim plugin vim-argumentativeTom Ryder2014-01-291-0/+0
| | | | Allows treating arguments as text objects with , as the object key
* Upgrade Vim pluginsTom Ryder2014-01-033-0/+0
|
* Don't show netrw bannerTom Ryder2013-12-311-0/+3
|
* Custom digraph rulesTom Ryder2013-12-011-4/+3
|
* Markers for lines that continue offscreenTom Ryder2013-10-211-0/+4
|
* Add note about unimpaired's pasting mapsTom Ryder2013-10-121-1/+2
|
* Show dotfiles in netrwTom Ryder2013-10-121-1/+1
|
* Remove markdown pluginTom Ryder2013-10-121-0/+0
| | | | | Vim 7.4 includes a recent version of the Markdown filetype plugin with the things I was avoiding fixed, so this should no longer be needed.
* Remove nextagTom Ryder2013-10-121-0/+0
| | | | t> and T> are proving to be all I need personally