]>
ruderich.org/simon Gitweb - config/dotfiles.git/log
Simon Ruderich [Fri, 25 Nov 2011 06:36:56 +0000 (07:36 +0100)]
vimrc: Allow running as root.
Simon Ruderich [Mon, 21 Nov 2011 06:58:10 +0000 (07:58 +0100)]
vimrc: Remove unnecessary has('eval').
Simon Ruderich [Mon, 21 Nov 2011 06:52:44 +0000 (07:52 +0100)]
vimrc: Add Haskell syntax settings.
Simon Ruderich [Mon, 21 Nov 2011 06:51:52 +0000 (07:51 +0100)]
vimrc: Minor cleanup for variables.
Simon Ruderich [Sat, 19 Nov 2011 11:36:03 +0000 (12:36 +0100)]
vimrc: Make IndTxtObj script local.
Simon Ruderich [Sat, 19 Nov 2011 11:01:43 +0000 (12:01 +0100)]
vimrc: Add new text-objects ii ai for indented text.
Simon Ruderich [Sat, 19 Nov 2011 10:49:53 +0000 (11:49 +0100)]
vimrc: Use tex compiler for (La)TeX files.
Simon Ruderich [Sat, 19 Nov 2011 10:49:19 +0000 (11:49 +0100)]
vimrc: Save changes when running :mak[e].
Simon Ruderich [Sun, 30 Oct 2011 13:32:49 +0000 (14:32 +0100)]
vimrc: Fix exists() check for InsertLeave.
Broken in
51bdb20b6c613f6b29b1e59d6077743b0ce2da6d.
Simon Ruderich [Mon, 31 Oct 2011 20:28:41 +0000 (21:28 +0100)]
gvimrc: Don't display menu and toolbars.
Simon Ruderich [Thu, 6 Oct 2011 03:57:53 +0000 (05:57 +0200)]
vimrc: Minor documentation update.
Simon Ruderich [Sun, 25 Sep 2011 22:37:38 +0000 (00:37 +0200)]
vimrc: Mark non 0x20 unicode whitespace as error.
Unicode whitespace is not normally used in most documents and may cause
problems for some programs.
Simon Ruderich [Sun, 25 Sep 2011 22:36:32 +0000 (00:36 +0200)]
vimrc: Also highlight REMOVED and DELETED.
Simon Ruderich [Sun, 25 Sep 2011 22:34:24 +0000 (00:34 +0200)]
vimrc: Call matchadd() multiple times.
Instead of using \( ... \| ... \) in the match. I guess this is faster
and it's easier extensible.
Simon Ruderich [Sun, 25 Sep 2011 22:08:30 +0000 (00:08 +0200)]
vimrc: Use exists() instead of checking the version.
Simon Ruderich [Sun, 25 Sep 2011 22:07:49 +0000 (00:07 +0200)]
vimrc: Fix compatibility for older Vim versions.
Works fine with Vim 6.4.
Simon Ruderich [Sun, 25 Sep 2011 21:34:31 +0000 (23:34 +0200)]
vimrc: Fix and improve perl syntax settings.
Setting it in an FileType autocmd doesn't work as it seems the variable
gets updated too late.
Simon Ruderich [Sat, 17 Sep 2011 12:29:51 +0000 (14:29 +0200)]
vimrc: Remap <C-G> to display more information.
Simon Ruderich [Sat, 17 Sep 2011 12:28:51 +0000 (14:28 +0200)]
vimrc: Write current file when suspending (<C-Z>).
Simon Ruderich [Tue, 21 Jun 2011 13:22:14 +0000 (15:22 +0200)]
Revert "vimrc: Behave like 'scrolloff' while searching."
This reverts commit
63c87697a4eafe134ae1196021afd8441c6b4e33.
It caused problems with matches at the end of the file (you can't reach
them because of the wrong "scrolloff").
Simon Ruderich [Fri, 20 May 2011 22:09:34 +0000 (00:09 +0200)]
vimrc: Store swap files in ~/.tmp if available.
Simon Ruderich [Sun, 15 May 2011 14:04:40 +0000 (16:04 +0200)]
gvimrc: Update comment.
Simon Ruderich [Sun, 15 May 2011 13:58:04 +0000 (15:58 +0200)]
vim/syntax/asciidoc.vim: Update (8.6.4).
Simon Ruderich [Sun, 15 May 2011 13:35:39 +0000 (15:35 +0200)]
setup.sh: Only link ~/.gvimrc if GVim is installed.
Simon Ruderich [Sun, 15 May 2011 13:32:00 +0000 (15:32 +0200)]
vim/syntax/perl.vim: Update to 2010-08-10.
Simon Ruderich [Sun, 15 May 2011 13:22:09 +0000 (15:22 +0200)]
vim/syntax/python.vim: Update to 2.6.6.
Simon Ruderich [Sun, 15 May 2011 13:16:53 +0000 (15:16 +0200)]
vim/syntax/mkd.vim: Update to 9.
Simon Ruderich [Sun, 15 May 2011 13:01:58 +0000 (15:01 +0200)]
vim/syntax/msmtp.vim: Update, sync with upstream (version 1.4.24).
Simon Ruderich [Tue, 10 May 2011 20:44:31 +0000 (22:44 +0200)]
vim/plugin/qname.vim: Remove.
Simon Ruderich [Tue, 10 May 2011 20:41:51 +0000 (22:41 +0200)]
vim/bundle/surround: Update to 1.90.
Simon Ruderich [Tue, 10 May 2011 20:37:06 +0000 (22:37 +0200)]
vim/bundle/screenpaste: Update to 7.0.
Simon Ruderich [Tue, 10 May 2011 20:29:23 +0000 (22:29 +0200)]
vim/bundle/nerdcommenter: Update to version 2.3.0.
Simon Ruderich [Tue, 10 May 2011 20:11:06 +0000 (22:11 +0200)]
Switch plugins with more than one file to pathogen.
This stores them in dedicated directory per plugin in vim/bundle/.
Simon Ruderich [Sat, 7 May 2011 12:26:01 +0000 (14:26 +0200)]
Use jk in addition to jj to exit insert mode.
jk feels a little faster.
n addition to n addition to # (use "git add <file>..." to include in what will be committed)
Simon Ruderich [Sat, 27 Nov 2010 13:48:57 +0000 (14:48 +0100)]
vimrc: Fix some of my spelling mistakes with iabbrev.
Simon Ruderich [Sat, 27 Nov 2010 13:47:46 +0000 (14:47 +0100)]
vimrc: Disable 'hlsearch' with <C-L>.
Simon Ruderich [Sat, 27 Nov 2010 13:43:33 +0000 (14:43 +0100)]
vimrc: Display current character under cursor in statusline.
Simon Ruderich [Sat, 27 Nov 2010 13:40:41 +0000 (14:40 +0100)]
vimrc: Increase history of executed commands and count of undos.
Simon Ruderich [Sat, 27 Nov 2010 13:40:18 +0000 (14:40 +0100)]
vimrc: Improve 'wildmode'.
Simon Ruderich [Tue, 23 Nov 2010 23:24:59 +0000 (00:24 +0100)]
vimrc: Behave like 'scrolloff' while searching.
Simon Ruderich [Sun, 31 Oct 2010 18:04:04 +0000 (19:04 +0100)]
vimrc: Add missing timezones to dates.
Simon Ruderich [Fri, 15 Oct 2010 14:43:57 +0000 (16:43 +0200)]
vimrc: Add * and # for visual selections.
Simon Ruderich [Fri, 15 Oct 2010 14:37:09 +0000 (16:37 +0200)]
vimrc: Also use jj to exit command mode.
Simon Ruderich [Fri, 15 Oct 2010 14:12:29 +0000 (16:12 +0200)]
vimrc: Write out commands.
Simon Ruderich [Fri, 15 Oct 2010 14:10:25 +0000 (16:10 +0200)]
vimrc: Use noremap where it's useful.
Simon Ruderich [Fri, 15 Oct 2010 14:07:30 +0000 (16:07 +0200)]
vimrc: Cleanup to use Vim-like <> notation capitalization.
Simon Ruderich [Fri, 24 Sep 2010 22:50:05 +0000 (00:50 +0200)]
vimrc: Disable all array keys in command mode.
Simon Ruderich [Mon, 13 Sep 2010 15:39:20 +0000 (17:39 +0200)]
vimrc: Disable 'spell', 'list' and 2match when viewing documentation.
Simon Ruderich [Mon, 13 Sep 2010 15:38:22 +0000 (17:38 +0200)]
vimrc: Increase 'synmaxcol' to 500 columns.
Simon Ruderich [Mon, 13 Sep 2010 15:37:16 +0000 (17:37 +0200)]
vimrc: Automatically reset paste after exiting insert mode.
Simon Ruderich [Mon, 13 Sep 2010 15:33:28 +0000 (17:33 +0200)]
Merge remote branch 'rammstein/master'
Simon Ruderich [Mon, 13 Sep 2010 15:32:22 +0000 (17:32 +0200)]
vimrc: Use strong encryption if available.
Simon Ruderich [Sat, 10 Jul 2010 11:13:07 +0000 (13:13 +0200)]
vimrc: Add gb and gB to go to next/previous buffer.
Simon Ruderich [Sat, 10 Jul 2010 11:11:41 +0000 (13:11 +0200)]
vim/after/ftplugin/mail: Fold quotes, fix one level more of > >s.
Simon Ruderich [Tue, 8 Jun 2010 20:24:17 +0000 (22:24 +0200)]
vimrc: Add XPTemplate settings.
Simon Ruderich [Tue, 8 Jun 2010 20:16:41 +0000 (22:16 +0200)]
vim/ftplugin/_common/personal.xpt.vim: Add XPT settings.
Simon Ruderich [Tue, 8 Jun 2010 20:08:58 +0000 (22:08 +0200)]
vimrc: Fix typo in comment.
Simon Ruderich [Sat, 8 May 2010 08:48:15 +0000 (10:48 +0200)]
vimrc: Use C-p/C-n as replacement for up/down arrows in command mode.
Simon Ruderich [Tue, 30 Mar 2010 23:29:15 +0000 (01:29 +0200)]
vimrc: Map jj to exit insert mode.
Simon Ruderich [Sun, 21 Mar 2010 00:58:52 +0000 (01:58 +0100)]
vimrc: Fix last commit for Vims without eval.
Simon Ruderich [Sun, 21 Mar 2010 00:54:35 +0000 (01:54 +0100)]
vimrc: Don't reset 'runtimepath'.
Simon Ruderich [Fri, 12 Mar 2010 03:13:29 +0000 (04:13 +0100)]
vimrc: Only color the first 200 columns per line.
Simon Ruderich [Fri, 12 Mar 2010 03:07:39 +0000 (04:07 +0100)]
vimrc: Don't redraw screen while executing macros.
Simon Ruderich [Fri, 12 Mar 2010 03:05:10 +0000 (04:05 +0100)]
vimrc: Don't store swap files in the same directory as the edited file.
Simon Ruderich [Fri, 12 Mar 2010 03:04:08 +0000 (04:04 +0100)]
vimrc: Use as little space as possible for numbers column.
Simon Ruderich [Fri, 12 Mar 2010 02:58:53 +0000 (03:58 +0100)]
vimrc: Unmap arrow keys.
Simon Ruderich [Wed, 10 Mar 2010 20:31:12 +0000 (21:31 +0100)]
vimrc: Minor documentation updates.
Simon Ruderich [Wed, 10 Mar 2010 18:12:54 +0000 (19:12 +0100)]
vimrc: Modelines are already disabled.
No need to disable them again.
Simon Ruderich [Wed, 10 Mar 2010 17:51:00 +0000 (18:51 +0100)]
vimrc: Reset all options on startup.
Simon Ruderich [Wed, 6 Jan 2010 16:42:05 +0000 (17:42 +0100)]
vimrc: Add custom 'statusline'.
Simon Ruderich [Wed, 6 Jan 2010 16:33:25 +0000 (17:33 +0100)]
vimrc: Don't allow running as root.
Simon Ruderich [Sun, 13 Dec 2009 11:16:54 +0000 (12:16 +0100)]
vimrc: Disable 'list' and 'number' in help buffers.
Simon Ruderich [Fri, 11 Dec 2009 08:44:09 +0000 (09:44 +0100)]
vimrc: Doc updates.
Simon Ruderich [Fri, 11 Dec 2009 08:42:00 +0000 (09:42 +0100)]
vimrc: Also "fix" :Wa.
Simon Ruderich [Sat, 14 Nov 2009 13:57:43 +0000 (14:57 +0100)]
Merge commit 'rammstein/master'
Conflicts:
vimrc
Simon Ruderich [Sat, 14 Nov 2009 13:43:57 +0000 (14:43 +0100)]
vimrc: Minor documentation fix.
Simon Ruderich [Sat, 14 Nov 2009 13:42:42 +0000 (14:42 +0100)]
vimrc: Don't map ; directly, use <Leader>; instead.
Simon Ruderich [Sat, 14 Nov 2009 13:40:38 +0000 (14:40 +0100)]
vimrc: Improve check for spelling support.
Simon Ruderich [Sat, 14 Nov 2009 13:37:56 +0000 (14:37 +0100)]
vimrc: Add mapping to make last active window the only one.
Simon Ruderich [Sun, 1 Nov 2009 14:40:43 +0000 (15:40 +0100)]
vimrc: Use 72 characters per line in git commit messages.
Simon Ruderich [Sun, 1 Nov 2009 03:24:23 +0000 (04:24 +0100)]
vimrc: Always display the statusline.
Simon Ruderich [Fri, 30 Oct 2009 22:04:57 +0000 (23:04 +0100)]
vimrc: Fix detection of matchadd() support.
Simon Ruderich [Fri, 30 Oct 2009 16:35:18 +0000 (17:35 +0100)]
vimrc: Don't restore last position for git commit messages.
Simon Ruderich [Fri, 30 Oct 2009 16:33:30 +0000 (17:33 +0100)]
gvimrc: Append to 'guicursor' instead of overwriting it.
This is no necessary change, it just seems better to me.
Simon Ruderich [Fri, 30 Oct 2009 16:33:05 +0000 (17:33 +0100)]
vimrc: Whitespace only change.
Simon Ruderich [Fri, 30 Oct 2009 08:59:09 +0000 (09:59 +0100)]
vimrc: Documentation updates.
Simon Ruderich [Wed, 21 Oct 2009 15:32:11 +0000 (17:32 +0200)]
vimrc: Documentation fixes.
Simon Ruderich [Thu, 3 Sep 2009 21:46:03 +0000 (23:46 +0200)]
vimrc: Be more compatible with older versions.
Simon Ruderich [Mon, 31 Aug 2009 20:31:32 +0000 (22:31 +0200)]
vimrc: Remove unnecessary 'tabpagemax' setting.
I no longer misuse tabs as buffers.
Simon Ruderich [Tue, 4 Aug 2009 13:40:56 +0000 (15:40 +0200)]
vimrc: Minor documentation changes.
Simon Ruderich [Tue, 4 Aug 2009 13:39:19 +0000 (15:39 +0200)]
vimrc: Add sections to auto commands.
Simon Ruderich [Tue, 4 Aug 2009 13:34:39 +0000 (15:34 +0200)]
vimrc: Move some settings from ftdetect to vimrc.
This was done to reduce the number of small ftdetect files. Files with more
complex checks are still used.
Simon Ruderich [Tue, 4 Aug 2009 12:45:02 +0000 (14:45 +0200)]
vimrc: Group nospell auto commands together.
Simon Ruderich [Tue, 4 Aug 2009 12:36:59 +0000 (14:36 +0200)]
vimrc: Move some settings from after/ftplugin to vimrc.
This was done to reduce the number of small after/ftplugin files with only a
few settings. Files with more or complex settings are still used.
Simon Ruderich [Tue, 4 Aug 2009 12:16:18 +0000 (14:16 +0200)]
after/ftplugin/deb.vim: Disable spell checking.
Simon Ruderich [Tue, 4 Aug 2009 12:14:28 +0000 (14:14 +0200)]
after/ftplugin/tar.vim: Disable spell checking.
Simon Ruderich [Sat, 1 Aug 2009 16:53:04 +0000 (18:53 +0200)]
vimrc: Disable modelines for gitcommit files.
This disables the modelines from the securemodelines.vim plugin.
Simon Ruderich [Wed, 29 Jul 2009 13:48:41 +0000 (15:48 +0200)]
vimrc: Go to last position of opened files.
Simon Ruderich [Tue, 21 Jul 2009 19:02:33 +0000 (21:02 +0200)]
Revert "minibufexplorer: Add plugin, version 6.3.2."
This reverts commit
0948c6bf60e468bce00d46b2219ec7f2936ff508.
I don't use it anymore, :ls does the same and is simpler.
Simon Ruderich [Sat, 18 Jul 2009 01:49:26 +0000 (03:49 +0200)]
vimrc: Update runtimepath to work with new plugin location.