]> ruderich.org/simon Gitweb - config/dotfiles.git/log
config/dotfiles.git
11 years agovim/bundle/ctrlp: Add as submodule.
Simon Ruderich [Wed, 7 Nov 2012 20:29:12 +0000 (21:29 +0100)]
vim/bundle/ctrlp: Add as submodule.

11 years agovimrc: Add wildignore settings for C, Java, LaTeX and Python.
Simon Ruderich [Fri, 2 Nov 2012 16:57:00 +0000 (17:57 +0100)]
vimrc: Add wildignore settings for C, Java, LaTeX and Python.

11 years agovimrc: Fix assignments outside of if has('eval') block.
Simon Ruderich [Sat, 20 Oct 2012 10:57:02 +0000 (12:57 +0200)]
vimrc: Fix assignments outside of if has('eval') block.

11 years agovimrc: Add CtrlP settings.
Simon Ruderich [Sat, 20 Oct 2012 10:51:47 +0000 (12:51 +0200)]
vimrc: Add CtrlP settings.

11 years agovimrc: Don't open folds for block movements.
Simon Ruderich [Sat, 20 Oct 2012 10:42:20 +0000 (12:42 +0200)]
vimrc: Don't open folds for block movements.

11 years agovimrc: Display a warning when editing auto-generated files.
Simon Ruderich [Mon, 15 Oct 2012 20:09:59 +0000 (22:09 +0200)]
vimrc: Display a warning when editing auto-generated files.

Searches for "do not edit" (ignoring the case).

11 years agovimrc: Remap <C-L> only in normal mode.
Simon Ruderich [Fri, 12 Oct 2012 13:48:06 +0000 (15:48 +0200)]
vimrc: Remap <C-L> only in normal mode.

11 years ago.gitignore: Sort ignores.
Simon Ruderich [Fri, 12 Oct 2012 13:45:20 +0000 (15:45 +0200)]
.gitignore: Sort ignores.

11 years agovimrc: Minor documentation updates.
Simon Ruderich [Sun, 7 Oct 2012 23:26:52 +0000 (01:26 +0200)]
vimrc: Minor documentation updates.

11 years agocrontab: Add. Delete old CtrlP cache files.
Simon Ruderich [Sun, 7 Oct 2012 23:14:13 +0000 (01:14 +0200)]
crontab: Add. Delete old CtrlP cache files.

11 years agovimrc: Show completion menu even if only one entry matches.
Simon Ruderich [Sun, 7 Oct 2012 23:11:00 +0000 (01:11 +0200)]
vimrc: Show completion menu even if only one entry matches.

11 years agovimrc: Ignore case when completing files/directories.
Simon Ruderich [Sun, 7 Oct 2012 23:08:42 +0000 (01:08 +0200)]
vimrc: Ignore case when completing files/directories.

11 years agovimrc: Fix compatibility for older Vim versions.
Simon Ruderich [Sun, 2 Sep 2012 02:27:54 +0000 (04:27 +0200)]
vimrc: Fix compatibility for older Vim versions.

Works fine with Vim 6.4.

11 years agovimrc: Use pathogen#infect() available since 2.0.
Simon Ruderich [Sun, 2 Sep 2012 00:03:55 +0000 (02:03 +0200)]
vimrc: Use pathogen#infect() available since 2.0.

11 years agoautoload/pathogen.vim: Update to 2.0, revision 5e3fdd3.
Simon Ruderich [Sat, 1 Sep 2012 23:56:49 +0000 (01:56 +0200)]
autoload/pathogen.vim: Update to 2.0, revision 5e3fdd3.

Git revision 5e3fdd3a8a3b244e1fedd0f5597f4a9879e16c3b from [1].

[1]: https://github.com/tpope/vim-pathogen

11 years agovimrc: Add j to 'formatoptions' if available.
Simon Ruderich [Mon, 27 Aug 2012 18:15:47 +0000 (20:15 +0200)]
vimrc: Add j to 'formatoptions' if available.

11 years agovim/ftplugin/*/*.xpt.vim: Prevent errors if XPTemplate is not installed.
Simon Ruderich [Mon, 27 Aug 2012 14:55:42 +0000 (16:55 +0200)]
vim/ftplugin/*/*.xpt.vim: Prevent errors if XPTemplate is not installed.

11 years agovim/colors/simon.vim: Add support for GVim.
Simon Ruderich [Sun, 12 Aug 2012 18:19:23 +0000 (20:19 +0200)]
vim/colors/simon.vim: Add support for GVim.

11 years agovim/colors/simon.vim: Add examples for statementControl highlight.
Simon Ruderich [Sat, 11 Aug 2012 20:22:48 +0000 (22:22 +0200)]
vim/colors/simon.vim: Add examples for statementControl highlight.

11 years agovim/colors/simon.vim: Documentation update.
Simon Ruderich [Sat, 11 Aug 2012 20:22:31 +0000 (22:22 +0200)]
vim/colors/simon.vim: Documentation update.

11 years agovim/ftplugin/perl/perl.xpt.vim: Add missing year default.
Simon Ruderich [Thu, 2 Aug 2012 16:42:38 +0000 (18:42 +0200)]
vim/ftplugin/perl/perl.xpt.vim: Add missing year default.

11 years agovim/ftplugin: Add XPTemplate file skeletons for C and Perl.
Simon Ruderich [Thu, 2 Aug 2012 16:39:00 +0000 (18:39 +0200)]
vim/ftplugin: Add XPTemplate file skeletons for C and Perl.

11 years agovim/after/syntax: Special highlight for statement control in C and Perl.
Simon Ruderich [Thu, 2 Aug 2012 16:13:27 +0000 (18:13 +0200)]
vim/after/syntax: Special highlight for statement control in C and Perl.

When my color scheme is used.

11 years agovimrc: Always use unix line-endings for new files.
Simon Ruderich [Fri, 27 Jul 2012 01:00:40 +0000 (03:00 +0200)]
vimrc: Always use unix line-endings for new files.

11 years agovimrc: Only remove . from 'directory' if safe directories are available.
Simon Ruderich [Fri, 27 Jul 2012 00:59:40 +0000 (02:59 +0200)]
vimrc: Only remove . from 'directory' if safe directories are available.

11 years agovim/after/syntax/diff.vim: Add. Better highlighting for diff.
Simon Ruderich [Sat, 14 Jul 2012 01:44:02 +0000 (03:44 +0200)]
vim/after/syntax/diff.vim: Add. Better highlighting for diff.

11 years agovimrc: Show a message when viewing the first buffer again with gb.
Simon Ruderich [Wed, 4 Jul 2012 18:48:51 +0000 (20:48 +0200)]
vimrc: Show a message when viewing the first buffer again with gb.

11 years agovimrc: Minor documentation updates.
Simon Ruderich [Wed, 4 Jul 2012 18:48:22 +0000 (20:48 +0200)]
vimrc: Minor documentation updates.

11 years agovimrc: Use replacement for %f in statusline which uses relative paths.
Simon Ruderich [Sat, 30 Jun 2012 13:27:53 +0000 (15:27 +0200)]
vimrc: Use replacement for %f in statusline which uses relative paths.

11 years agovimrc: Minor documentation update.
Simon Ruderich [Sat, 30 Jun 2012 13:23:55 +0000 (15:23 +0200)]
vimrc: Minor documentation update.

11 years agovimrc: Also fix some English spelling mistakes.
Simon Ruderich [Sat, 30 Jun 2012 13:09:34 +0000 (15:09 +0200)]
vimrc: Also fix some English spelling mistakes.

11 years agovimrc: Only enable some items in securemodelines.
Simon Ruderich [Sat, 30 Jun 2012 13:06:20 +0000 (15:06 +0200)]
vimrc: Only enable some items in securemodelines.

11 years agovimrc: Only map NERDCommenterToggle in normal mode.
Simon Ruderich [Sat, 30 Jun 2012 13:05:51 +0000 (15:05 +0200)]
vimrc: Only map NERDCommenterToggle in normal mode.

11 years agovimrc: Fix weird double fold in #if 0 in C files.
Simon Ruderich [Sat, 30 Jun 2012 13:05:06 +0000 (15:05 +0200)]
vimrc: Fix weird double fold in #if 0 in C files.

11 years agovimrc: Don't draw vertical split separator.
Simon Ruderich [Sat, 30 Jun 2012 13:02:55 +0000 (15:02 +0200)]
vimrc: Don't draw vertical split separator.

11 years agovim/plugin/securemodelines.vim: Merge version ca214e9f70.
Simon Ruderich [Fri, 22 Jun 2012 21:16:22 +0000 (23:16 +0200)]
vim/plugin/securemodelines.vim: Merge version ca214e9f70.

11 years agovim/after/**: License under GPL v3+.
Simon Ruderich [Thu, 21 Jun 2012 21:28:16 +0000 (23:28 +0200)]
vim/after/**: License under GPL v3+.

11 years agovim/after/**: Minor cleanup.
Simon Ruderich [Thu, 21 Jun 2012 21:27:08 +0000 (23:27 +0200)]
vim/after/**: Minor cleanup.

11 years agovimrc: Don't use abbreviated commands (:bprev -> :bprevious).
Simon Ruderich [Thu, 21 Jun 2012 21:20:12 +0000 (23:20 +0200)]
vimrc: Don't use abbreviated commands (:bprev -> :bprevious).

11 years agovimrc: Use inoreabbrev instead of iabbrev.
Simon Ruderich [Thu, 21 Jun 2012 21:18:56 +0000 (23:18 +0200)]
vimrc: Use inoreabbrev instead of iabbrev.

11 years agovimrc: Use additional syntax groups of my color scheme.
Simon Ruderich [Thu, 21 Jun 2012 21:17:40 +0000 (23:17 +0200)]
vimrc: Use additional syntax groups of my color scheme.

11 years agovim/colors/simon.vim: Add, custom color scheme.
Simon Ruderich [Thu, 21 Jun 2012 19:02:07 +0000 (21:02 +0200)]
vim/colors/simon.vim: Add, custom color scheme.

Also enable it in vimrc.

11 years agovimrc: Don't highlight overlong lines in diff mode.
Simon Ruderich [Sun, 17 Jun 2012 13:42:17 +0000 (15:42 +0200)]
vimrc: Don't highlight overlong lines in diff mode.

11 years agovimrc: Documentation update.
Simon Ruderich [Sun, 17 Jun 2012 13:40:44 +0000 (15:40 +0200)]
vimrc: Documentation update.

11 years agovimrc: Add tab and precedes to 'listchars'.
Simon Ruderich [Sun, 17 Jun 2012 13:23:08 +0000 (15:23 +0200)]
vimrc: Add tab and precedes to 'listchars'.

11 years agovimrc: Split 'listchars' in multiple lines.
Simon Ruderich [Sun, 17 Jun 2012 13:20:03 +0000 (15:20 +0200)]
vimrc: Split 'listchars' in multiple lines.

11 years agovimrc: Fix copyright year.
Simon Ruderich [Sun, 17 Jun 2012 13:08:40 +0000 (15:08 +0200)]
vimrc: Fix copyright year.

11 years agovimrc: Fix highlight of Unicode whitespace.
Simon Ruderich [Sat, 16 Jun 2012 14:33:53 +0000 (16:33 +0200)]
vimrc: Fix highlight of Unicode whitespace.

Broken in d37c09370e06f84c73e9e0c4750da5ef1c3d4bf9.

11 years agovimrc: Only use 'foldcolumn' if there's enough space.
Simon Ruderich [Thu, 7 Jun 2012 14:11:52 +0000 (16:11 +0200)]
vimrc: Only use 'foldcolumn' if there's enough space.

12 years agovimrc: Fix compatibility for older Vim versions.
Simon Ruderich [Mon, 9 Apr 2012 15:37:57 +0000 (17:37 +0200)]
vimrc: Fix compatibility for older Vim versions.

Works fine with Vim 6.4.

12 years agovimrc: Another minor documentation update.
Simon Ruderich [Mon, 9 Apr 2012 15:36:18 +0000 (17:36 +0200)]
vimrc: Another minor documentation update.

12 years agovimrc,gvimrc: Minor documentation update.
Simon Ruderich [Sat, 7 Apr 2012 18:57:21 +0000 (20:57 +0200)]
vimrc,gvimrc: Minor documentation update.

12 years agovimrc: Don't use 'ignorecase' for insert mode completion.
Simon Ruderich [Sat, 7 Apr 2012 18:53:38 +0000 (20:53 +0200)]
vimrc: Don't use 'ignorecase' for insert mode completion.

I want to honor case in insert mode completion, but not while searching.

12 years agovimrc: Add Shell syntax settings.
Simon Ruderich [Sat, 7 Apr 2012 18:50:14 +0000 (20:50 +0200)]
vimrc: Add Shell syntax settings.

12 years agovimrc: Ignore errors when pathogen is missing.
Simon Ruderich [Thu, 5 Apr 2012 00:21:50 +0000 (02:21 +0200)]
vimrc: Ignore errors when pathogen is missing.

12 years agovimrc: Fix compatibility for older Vim versions.
Simon Ruderich [Thu, 5 Apr 2012 00:21:04 +0000 (02:21 +0200)]
vimrc: Fix compatibility for older Vim versions.

Works fine with Vim 6.4.

12 years agovimrc: Remove superfluous empty line.
Simon Ruderich [Sat, 31 Mar 2012 22:58:35 +0000 (00:58 +0200)]
vimrc: Remove superfluous empty line.

12 years agovimrc: Use local variables in s:CustomSyntaxHighlights().
Simon Ruderich [Sat, 31 Mar 2012 22:52:38 +0000 (00:52 +0200)]
vimrc: Use local variables in s:CustomSyntaxHighlights().

12 years agovimrc: Fix indentation in s:CustomSyntaxHighlights().
Simon Ruderich [Sat, 31 Mar 2012 22:50:45 +0000 (00:50 +0200)]
vimrc: Fix indentation in s:CustomSyntaxHighlights().

12 years agovimrc: Fix custom highlights disappearing in new windows.
Simon Ruderich [Sat, 31 Mar 2012 22:46:52 +0000 (00:46 +0200)]
vimrc: Fix custom highlights disappearing in new windows.

12 years agovimrc: Use 'noignorecase' for * and # in visual mode.
Simon Ruderich [Fri, 2 Mar 2012 13:34:03 +0000 (14:34 +0100)]
vimrc: Use 'noignorecase' for * and # in visual mode.

12 years agovimrc: Enable 'hlsearch'.
Simon Ruderich [Fri, 2 Mar 2012 13:33:31 +0000 (14:33 +0100)]
vimrc: Enable 'hlsearch'.

12 years agovimrc: 'nostartofline' for window scroll commands only.
Simon Ruderich [Fri, 2 Mar 2012 13:29:02 +0000 (14:29 +0100)]
vimrc: 'nostartofline' for window scroll commands only.

12 years agovimrc: Display highest buffer number in 'statusline'.
Simon Ruderich [Fri, 2 Mar 2012 13:25:11 +0000 (14:25 +0100)]
vimrc: Display highest buffer number in 'statusline'.

12 years agovimrc: Only use spelling maps in normal mode.
Simon Ruderich [Sun, 26 Feb 2012 03:39:05 +0000 (04:39 +0100)]
vimrc: Only use spelling maps in normal mode.

12 years agovimrc: Prefer '..' for strings.
Simon Ruderich [Sun, 26 Feb 2012 03:29:11 +0000 (04:29 +0100)]
vimrc: Prefer '..' for strings.

12 years agovimrc: Fix compatibility for older Vim versions.
Simon Ruderich [Sun, 19 Feb 2012 00:42:16 +0000 (01:42 +0100)]
vimrc: Fix compatibility for older Vim versions.

Works fine with Vim 6.4.

12 years agovimrc: Move all autocmds in the vimrc augroup.
Simon Ruderich [Sat, 18 Feb 2012 22:53:53 +0000 (23:53 +0100)]
vimrc: Move all autocmds in the vimrc augroup.

12 years agovimrc: Don't highlight embedded languages in Vim script.
Simon Ruderich [Wed, 1 Feb 2012 01:59:44 +0000 (02:59 +0100)]
vimrc: Don't highlight embedded languages in Vim script.

12 years agogvimrc: Disable mouse and mouse wheel.
Simon Ruderich [Wed, 25 Jan 2012 15:02:03 +0000 (16:02 +0100)]
gvimrc: Disable mouse and mouse wheel.

12 years agovimrc,gvimrc,setup.sh: License under GP v3+.
Simon Ruderich [Wed, 25 Jan 2012 22:32:45 +0000 (23:32 +0100)]
vimrc,gvimrc,setup.sh: License under GP v3+.

12 years agovimrc: Enable additional highlighting for Haskell and Python.
Simon Ruderich [Sat, 14 Jan 2012 20:33:00 +0000 (21:33 +0100)]
vimrc: Enable additional highlighting for Haskell and Python.

12 years agovimrc: Enable folding for Vim and XML.
Simon Ruderich [Sat, 14 Jan 2012 20:31:43 +0000 (21:31 +0100)]
vimrc: Enable folding for Vim and XML.

12 years agovimrc: Use syntax based omni completion.
Simon Ruderich [Sat, 14 Jan 2012 20:28:59 +0000 (21:28 +0100)]
vimrc: Use syntax based omni completion.

12 years agovimrc: Documentation update for mappings.
Simon Ruderich [Sat, 14 Jan 2012 20:26:05 +0000 (21:26 +0100)]
vimrc: Documentation update for mappings.

12 years agovimrc: Remember marks for more files.
Simon Ruderich [Sat, 14 Jan 2012 20:22:22 +0000 (21:22 +0100)]
vimrc: Remember marks for more files.

12 years ago.gitignore: Use absolute paths.
Simon Ruderich [Sat, 14 Jan 2012 20:12:21 +0000 (21:12 +0100)]
.gitignore: Use absolute paths.

12 years agovimrc: Don't use abbreviated commands (:b -> :buffer).
Simon Ruderich [Sat, 14 Jan 2012 20:11:35 +0000 (21:11 +0100)]
vimrc: Don't use abbreviated commands (:b -> :buffer).

12 years agovimrc: Remove mac only settings.
Simon Ruderich [Tue, 3 Jan 2012 13:20:20 +0000 (14:20 +0100)]
vimrc: Remove mac only settings.

12 years agovimrc: Use local variables when possible.
Simon Ruderich [Tue, 3 Jan 2012 13:17:47 +0000 (14:17 +0100)]
vimrc: Use local variables when possible.

12 years agovimrc: Use UTF-8 for all internal data.
Simon Ruderich [Tue, 3 Jan 2012 13:15:41 +0000 (14:15 +0100)]
vimrc: Use UTF-8 for all internal data.

12 years agovimrc: Minor documentation update.
Simon Ruderich [Tue, 3 Jan 2012 13:14:22 +0000 (14:14 +0100)]
vimrc: Minor documentation update.

12 years agovimrc: Move new text objects to mappings section.
Simon Ruderich [Tue, 3 Jan 2012 13:11:45 +0000 (14:11 +0100)]
vimrc: Move new text objects to mappings section.

12 years agovimrc: Add support to undo <C-@>, <C-A> and <C-W> in insert mode.
Simon Ruderich [Tue, 3 Jan 2012 13:07:33 +0000 (14:07 +0100)]
vimrc: Add support to undo <C-@>, <C-A> and <C-W> in insert mode.

12 years agovimrc: Add support to undo Ctrl-U in insert mode.
Simon Ruderich [Mon, 5 Dec 2011 06:35:57 +0000 (07:35 +0100)]
vimrc: Add support to undo Ctrl-U in insert mode.

12 years agovimrc: Minor documentation updates.
Simon Ruderich [Fri, 2 Dec 2011 19:48:14 +0000 (20:48 +0100)]
vimrc: Minor documentation updates.

12 years agovimrc: Add :DiffOrig command.
Simon Ruderich [Fri, 2 Dec 2011 14:22:05 +0000 (15:22 +0100)]
vimrc: Add :DiffOrig command.

12 years agovimrc: Fix indentation.
Simon Ruderich [Fri, 2 Dec 2011 14:19:48 +0000 (15:19 +0100)]
vimrc: Fix indentation.

12 years agovimrc: Really disable spell checking when diffing.
Simon Ruderich [Tue, 29 Nov 2011 14:10:10 +0000 (15:10 +0100)]
vimrc: Really disable spell checking when diffing.

12 years agovimrc: Add <silent> to mappings where useful.
Simon Ruderich [Mon, 28 Nov 2011 14:57:46 +0000 (15:57 +0100)]
vimrc: Add <silent> to mappings where useful.

12 years agoMerge remote-tracking branch 'all-my-faults/master'
Simon Ruderich [Fri, 25 Nov 2011 14:51:13 +0000 (15:51 +0100)]
Merge remote-tracking branch 'all-my-faults/master'

Conflicts:
vimrc

12 years agovimrc: Minor documentation update.
Simon Ruderich [Fri, 25 Nov 2011 06:47:24 +0000 (07:47 +0100)]
vimrc: Minor documentation update.

12 years agovimrc: Allow running as root.
Simon Ruderich [Fri, 25 Nov 2011 06:36:56 +0000 (07:36 +0100)]
vimrc: Allow running as root.

12 years agovimrc: Fix indentation.
Simon Ruderich [Tue, 22 Nov 2011 14:42:41 +0000 (15:42 +0100)]
vimrc: Fix indentation.

12 years agovimrc: Wrap all plugin settings in one if has('eval').
Simon Ruderich [Tue, 22 Nov 2011 14:39:40 +0000 (15:39 +0100)]
vimrc: Wrap all plugin settings in one if has('eval').

12 years agovimrc: Remove unnecessary has('eval').
Simon Ruderich [Mon, 21 Nov 2011 06:58:10 +0000 (07:58 +0100)]
vimrc: Remove unnecessary has('eval').

12 years agovimrc: Add Haskell syntax settings.
Simon Ruderich [Mon, 21 Nov 2011 06:52:44 +0000 (07:52 +0100)]
vimrc: Add Haskell syntax settings.

12 years agovimrc: Minor cleanup for variables.
Simon Ruderich [Mon, 21 Nov 2011 06:51:52 +0000 (07:51 +0100)]
vimrc: Minor cleanup for variables.

12 years agovimrc: Make IndTxtObj script local.
Simon Ruderich [Sat, 19 Nov 2011 11:36:03 +0000 (12:36 +0100)]
vimrc: Make IndTxtObj script local.

12 years agovimrc: Add new text-objects ii ai for indented text.
Simon Ruderich [Sat, 19 Nov 2011 11:01:43 +0000 (12:01 +0100)]
vimrc: Add new text-objects ii ai for indented text.