]> ruderich.org/simon Gitweb - config/dotfiles.git/history - vimrc
vim/bundle/ctrlp: Add as submodule.
[config/dotfiles.git] / vimrc
2012-11-02 Simon Ruderichvimrc: Add wildignore settings for C, Java, LaTeX and...
2012-10-20 Simon Ruderichvimrc: Fix assignments outside of if has('eval') block.
2012-10-20 Simon Ruderichvimrc: Add CtrlP settings.
2012-10-20 Simon Ruderichvimrc: Don't open folds for block movements.
2012-10-15 Simon Ruderichvimrc: Display a warning when editing auto-generated...
2012-10-12 Simon Ruderichvimrc: Remap <C-L> only in normal mode.
2012-10-07 Simon Ruderichvimrc: Minor documentation updates.
2012-10-07 Simon Ruderichvimrc: Show completion menu even if only one entry...
2012-10-07 Simon Ruderichvimrc: Ignore case when completing files/directories.
2012-09-02 Simon Ruderichvimrc: Fix compatibility for older Vim versions.
2012-09-02 Simon Ruderichvimrc: Use pathogen#infect() available since 2.0.
2012-08-27 Simon Ruderichvimrc: Add j to 'formatoptions' if available.
2012-08-12 Simon Ruderichvim/colors/simon.vim: Add support for GVim.
2012-07-27 Simon Ruderichvimrc: Always use unix line-endings for new files.
2012-07-27 Simon Ruderichvimrc: Only remove . from 'directory' if safe directori...
2012-07-04 Simon Ruderichvimrc: Show a message when viewing the first buffer...
2012-07-04 Simon Ruderichvimrc: Minor documentation updates.
2012-06-30 Simon Ruderichvimrc: Use replacement for %f in statusline which uses...
2012-06-30 Simon Ruderichvimrc: Minor documentation update.
2012-06-30 Simon Ruderichvimrc: Also fix some English spelling mistakes.
2012-06-30 Simon Ruderichvimrc: Only enable some items in securemodelines.
2012-06-30 Simon Ruderichvimrc: Only map NERDCommenterToggle in normal mode.
2012-06-30 Simon Ruderichvimrc: Fix weird double fold in #if 0 in C files.
2012-06-30 Simon Ruderichvimrc: Don't draw vertical split separator.
2012-06-21 Simon Ruderichvimrc: Don't use abbreviated commands (:bprev -> :bprev...
2012-06-21 Simon Ruderichvimrc: Use inoreabbrev instead of iabbrev.
2012-06-21 Simon Ruderichvimrc: Use additional syntax groups of my color scheme.
2012-06-21 Simon Ruderichvim/colors/simon.vim: Add, custom color scheme.
2012-06-17 Simon Ruderichvimrc: Don't highlight overlong lines in diff mode.
2012-06-17 Simon Ruderichvimrc: Documentation update.
2012-06-17 Simon Ruderichvimrc: Add tab and precedes to 'listchars'.
2012-06-17 Simon Ruderichvimrc: Split 'listchars' in multiple lines.
2012-06-17 Simon Ruderichvimrc: Fix copyright year.
2012-06-16 Simon Ruderichvimrc: Fix highlight of Unicode whitespace.
2012-06-07 Simon Ruderichvimrc: Only use 'foldcolumn' if there's enough space.
2012-04-09 Simon Ruderichvimrc: Fix compatibility for older Vim versions.
2012-04-09 Simon Ruderichvimrc: Another minor documentation update.
2012-04-07 Simon Ruderichvimrc,gvimrc: Minor documentation update.
2012-04-07 Simon Ruderichvimrc: Don't use 'ignorecase' for insert mode completion.
2012-04-07 Simon Ruderichvimrc: Add Shell syntax settings.
2012-04-05 Simon Ruderichvimrc: Ignore errors when pathogen is missing.
2012-04-05 Simon Ruderichvimrc: Fix compatibility for older Vim versions.
2012-03-31 Simon Ruderichvimrc: Remove superfluous empty line.
2012-03-31 Simon Ruderichvimrc: Use local variables in s:CustomSyntaxHighlights().
2012-03-31 Simon Ruderichvimrc: Fix indentation in s:CustomSyntaxHighlights().
2012-03-31 Simon Ruderichvimrc: Fix custom highlights disappearing in new windows.
2012-03-02 Simon Ruderichvimrc: Use 'noignorecase' for * and # in visual mode.
2012-03-02 Simon Ruderichvimrc: Enable 'hlsearch'.
2012-03-02 Simon Ruderichvimrc: 'nostartofline' for window scroll commands only.
2012-03-02 Simon Ruderichvimrc: Display highest buffer number in 'statusline'.
2012-02-26 Simon Ruderichvimrc: Only use spelling maps in normal mode.
2012-02-26 Simon Ruderichvimrc: Prefer '..' for strings.
2012-02-19 Simon Ruderichvimrc: Fix compatibility for older Vim versions.
2012-02-18 Simon Ruderichvimrc: Move all autocmds in the vimrc augroup.
2012-02-01 Simon Ruderichvimrc: Don't highlight embedded languages in Vim script.
2012-01-25 Simon Ruderichvimrc,gvimrc,setup.sh: License under GP v3+.
2012-01-14 Simon Ruderichvimrc: Enable additional highlighting for Haskell and...
2012-01-14 Simon Ruderichvimrc: Enable folding for Vim and XML.
2012-01-14 Simon Ruderichvimrc: Use syntax based omni completion.
2012-01-14 Simon Ruderichvimrc: Documentation update for mappings.
2012-01-14 Simon Ruderichvimrc: Remember marks for more files.
2012-01-14 Simon Ruderichvimrc: Don't use abbreviated commands (:b -> :buffer).
2012-01-03 Simon Ruderichvimrc: Remove mac only settings.
2012-01-03 Simon Ruderichvimrc: Use local variables when possible.
2012-01-03 Simon Ruderichvimrc: Use UTF-8 for all internal data.
2012-01-03 Simon Ruderichvimrc: Minor documentation update.
2012-01-03 Simon Ruderichvimrc: Move new text objects to mappings section.
2012-01-03 Simon Ruderichvimrc: Add support to undo <C-@>, <C-A> and <C-W> in...
2011-12-05 Simon Ruderichvimrc: Add support to undo Ctrl-U in insert mode.
2011-12-02 Simon Ruderichvimrc: Minor documentation updates.
2011-12-02 Simon Ruderichvimrc: Add :DiffOrig command.
2011-12-02 Simon Ruderichvimrc: Fix indentation.
2011-11-29 Simon Ruderichvimrc: Really disable spell checking when diffing.
2011-11-28 Simon Ruderichvimrc: Add <silent> to mappings where useful.
2011-11-25 Simon RuderichMerge remote-tracking branch 'all-my-faults/master'
2011-11-25 Simon Ruderichvimrc: Minor documentation update.
2011-11-25 Simon Ruderichvimrc: Allow running as root.
2011-11-22 Simon Ruderichvimrc: Fix indentation.
2011-11-22 Simon Ruderichvimrc: Wrap all plugin settings in one if has('eval').
2011-11-21 Simon Ruderichvimrc: Remove unnecessary has('eval').
2011-11-21 Simon Ruderichvimrc: Add Haskell syntax settings.
2011-11-21 Simon Ruderichvimrc: Minor cleanup for variables.
2011-11-19 Simon Ruderichvimrc: Make IndTxtObj script local.
2011-11-19 Simon Ruderichvimrc: Add new text-objects ii ai for indented text.
2011-11-19 Simon Ruderichvimrc: Use tex compiler for (La)TeX files.
2011-11-19 Simon Ruderichvimrc: Save changes when running :mak[e].
2011-10-31 Simon Ruderichvimrc: Fix exists() check for InsertLeave.
2011-10-06 Simon Ruderichvimrc: Minor documentation update.
2011-09-25 Simon Ruderichvimrc: Mark non 0x20 unicode whitespace as error.
2011-09-25 Simon Ruderichvimrc: Also highlight REMOVED and DELETED.
2011-09-25 Simon Ruderichvimrc: Call matchadd() multiple times.
2011-09-25 Simon Ruderichvimrc: Use exists() instead of checking the version.
2011-09-25 Simon Ruderichvimrc: Fix compatibility for older Vim versions.
2011-09-25 Simon Ruderichvimrc: Fix and improve perl syntax settings.
2011-09-17 Simon Ruderichvimrc: Remap <C-G> to display more information.
2011-09-17 Simon Ruderichvimrc: Write current file when suspending (<C-Z>).
2011-06-21 Simon RuderichRevert "vimrc: Behave like 'scrolloff' while searching."
2011-05-20 Simon Ruderichvimrc: Store swap files in ~/.tmp if available.
2011-05-10 Simon RuderichSwitch plugins with more than one file to pathogen.
2011-05-07 Simon RuderichUse jk in addition to jj to exit insert mode.
next