From 97c3920b1c16fbdd55584e848d690b92c096c176 Mon Sep 17 00:00:00 2001 From: Kevin Le Date: Tue, 18 Jan 2011 21:52:24 -0800 Subject: removed vimball, added vim files --- plugin/camelcasemotion.vim | 204 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 204 insertions(+) create mode 100644 plugin/camelcasemotion.vim (limited to 'plugin') diff --git a/plugin/camelcasemotion.vim b/plugin/camelcasemotion.vim new file mode 100644 index 0000000..b996af2 --- /dev/null +++ b/plugin/camelcasemotion.vim @@ -0,0 +1,204 @@ +" camelcasemotion.vim: Motion through CamelCaseWords and underscore_notation. +" +" DEPENDENCIES: +" - Requires Vim 7.0 or higher. +" +" Copyright: (C) 2007-2009 by Ingo Karkat +" The VIM LICENSE applies to this script; see ':help copyright'. +" +" Source: Based on vimtip #1016 by Anthony Van Ham. +" Maintainer: Ingo Karkat +" REVISION DATE REMARKS +" 1.50.019 05-May-2009 Do not create mappings for select mode; +" according to|Select-mode|, printable character +" commands should delete the selection and insert +" the typed characters. +" Moved functions from plugin to separate autoload +" script. +" Split off documentation into separate help file. +" Now cleaning up Create...Mappings functions. +" 1.40.018 30-Jun-2008 Minor: Removed unnecessary