dotar/vim
Yan Pritzker 0fc83ead3b CtrlP no longer jumps you to the file if it's already open.
This makes it easier to maintain multiple Tab workspaces involving the
same files. For example, in one workspace you want a class and its spec,
and in another tab you want to see that class in context with another
collaborator. This allows you to open the window multiple times.
2013-12-17 19:46:42 -06:00
..
after/plugin Fix previous commit 2013-05-16 16:57:40 +01:00
ftplugin Enable spell checking for git commits. 2012-05-15 14:55:49 +02:00
settings CtrlP no longer jumps you to the file if it's already open. 2013-12-17 19:46:42 -06:00
.gitignore Initial commit. 2011-11-17 16:00:49 -06:00
README.snipMate Moved snipmate to submodule 2011-12-08 01:41:08 -08:00
settings.vim Move vim settings out of plugins to ensure they all get correctly loaded after everything else [Fix #373] 2013-10-21 16:11:18 -05:00
vundles.vim Readme cleanup, and NrrwRgn plugin that was lost 2013-12-15 22:27:00 -06:00

We are purposefully including an older version of snipMate (0.84) from mikefarmer's repo
so that it works with the long list of snippets available from the scrooloose/snippets
collection. The current mainline snipMate seems to be no longer compatible with those
snippets, but the scrooloose collection is still the best one to use.