From c27b437ca0f9a270fa6a9aeb6b882e47628c053b Mon Sep 17 00:00:00 2001 From: Kevin Le Date: Mon, 16 Nov 2015 19:00:40 -0800 Subject: support the 'ge' motion fixes #11 --- plugin/camelcasemotion.vim | 326 +++++++++++++++++++++++---------------------- 1 file changed, 164 insertions(+), 162 deletions(-) (limited to 'plugin/camelcasemotion.vim') diff --git a/plugin/camelcasemotion.vim b/plugin/camelcasemotion.vim index 5a53ad8..9cae4bd 100644 --- a/plugin/camelcasemotion.vim +++ b/plugin/camelcasemotion.vim @@ -1,198 +1,200 @@ -" camelcasemotion.vim: Motion through CamelCaseWords and underscore_notation. +" camelcasemotion.vim: Motion through CamelCaseWords and underscore_notation. " " DEPENDENCIES: -" - Requires Vim 7.0 or higher. +" - Requires Vim 7.0 or higher. " " Copyright: (C) 2007-2009 by Ingo Karkat -" The VIM LICENSE applies to this script; see ':help copyright'. +" 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