aboutsummaryrefslogtreecommitdiff
path: root/vim
Commit message (Collapse)AuthorAgeFilesLines
* Where did that come from?Tom Ryder2012-03-021-1/+1
|
* Oops, needs to be wrapped in a conditional.Tom Ryder2012-03-021-1/+3
|
* Ignore case in wildmenu in Vim.Tom Ryder2012-03-021-0/+1
|
* Just one <Tab> press for completion. Much nicer.Tom Ryder2012-03-021-1/+1
|
* Always report substitution line count.Tom Ryder2012-02-281-0/+1
|
* Set autoread.Tom Ryder2012-02-281-0/+3
|
* Move message options into own section.Tom Ryder2012-02-281-1/+3
|
* Nice complement to shiftwidth.Tom Ryder2012-02-271-0/+1
|
* Explicitly set scrolling options.Tom Ryder2012-02-271-1/+2
| | | | | | Also use a horizontal scroll offset; for some reason having a vertical one bothers me, and so does not having a horizontal one. I don't think there's any real need to be consistent here.
* Remove silent! call to showtabline.Tom Ryder2012-02-261-1/+3
| | | | Use exists("&showtabline") instead, it's nicer.
* OS detection for gvimrc.Tom Ryder2012-02-221-1/+5
|
* Remove my own plugins for now.Tom Ryder2012-02-192-0/+0
|
* Actually, this is simpler and works better.Tom Ryder2012-02-171-5/+1
|
* More compatibility hacks.Tom Ryder2012-02-171-4/+4
|
* More compatible colorscheme selection.Tom Ryder2012-02-171-1/+6
|
* Nextag updates.Tom Ryder2012-02-151-0/+0
|
* Added a few more conditional checks.Tom Ryder2012-02-142-13/+15
| | | | | | | | 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.
* Added feature check wrapper to user commands.Tom Ryder2012-02-141-9/+11
|
* Pretty sure this is right.Tom Ryder2012-02-141-0/+0
|
* Remove this ...Tom Ryder2012-02-141-0/+0
|
* Wow, I really arsed this up.Tom Ryder2012-02-141-0/+0
|
* Added own Kimble module.Tom Ryder2012-02-141-0/+0
|
* Include remapping W command in after plugin script.Tom Ryder2012-02-141-1/+1
|
* More complete typo redefinitions.Tom Ryder2012-02-141-6/+6
|
* Added my own 'Kimble' module.Tom Ryder2012-02-131-0/+0
|
* Generate helptags from PathogenTom Ryder2012-02-131-0/+1
|
* Prevent eunuch from overwriting my typo fix.Tom Ryder2012-02-131-0/+3
|
* Allow args to typos for :W and :E.Tom Ryder2012-02-131-2/+2
|
* Added Tim Pope's eunuch plugin.Tom Ryder2012-02-131-0/+0
|
* Added Tim Pope's abolish plugin.Tom Ryder2012-02-131-0/+0
|
* More nextag changes.Tom Ryder2012-02-131-0/+0
|
* More fixes to nextag.Tom Ryder2012-02-111-0/+0
|
* Updated my own plugin.Tom Ryder2012-02-111-0/+0
|
* Fugitive updates.Tom Ryder2012-02-111-0/+0
|
* Added my own nextag plugin.Tom Ryder2012-02-111-0/+0
|
* Added commentary by Tim Pope.Tom Ryder2012-02-091-0/+0
|
* Added speeddating by Tim Pope.Tom Ryder2012-02-071-0/+0
|
* Changed my mind about this one.Tom Ryder2012-02-021-4/+0
|
* Corrected yank remainder line behaviour.Tom Ryder2012-02-021-0/+3
|
* Emacs keybindings for start/end line.Tom Ryder2012-02-021-0/+4
|
* Used direct symlink instead of linking directory.Tom Ryder2012-01-302-1/+1
|
* Turns out you don't need the leading colon.Tom Ryder2012-01-271-2/+2
|
* Can't use Eunuch, :W breaks my typo mapping.Tom Ryder2012-01-271-0/+0
|
* Added Eunuch by Tim Pope.Tom Ryder2012-01-271-0/+0
|
* Removed speeddating and taglist plugins.Tom Ryder2012-01-262-0/+0
| | | | | | | | | | | | | | | | | | | New rule is that I'll only add a plugin if at least one feature of it solves a problem that I consistently have. * Sahara is my colorscheme. * Fugitive solves too many Git problems to list here, easily the most used plugin on this list. * Surround is really good for precisely wrapping tags in HTML and XHTML. * Repeat supports Surround. * Unimpaired has some generally useful mappings but its killer feature is its inline XML/URL/C escaping/unescaping. Removed speeddating as it's such a niche case, and removed taglist as I don't actually end up doing much C development or stuff with a really complex class hierarchy. Maybe I'll add it in again later. Long live Tim Pope!
* Updated Fugitive.Tom Ryder2012-01-261-0/+0
|
* Add a couple of unmappings for annoying keys.Tom Ryder2012-01-261-0/+4
|
* Move terminal stuff into its own section.Tom Ryder2012-01-261-3/+5
|
* Add call to matchit.vim macro, if available.Tom Ryder2012-01-261-0/+3
|
* Move list stuff into its own section.Tom Ryder2012-01-261-2/+4
|