From da35e594baceba21fcab62d24d0a283604835517 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Thu, 29 Jun 2017 12:17:22 +0200 Subject: Add guillemets as quotes --- autoload/camelcasemotion.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autoload/camelcasemotion.vim b/autoload/camelcasemotion.vim index 6860bf8..062ab3a 100644 --- a/autoload/camelcasemotion.vim +++ b/autoload/camelcasemotion.vim @@ -27,7 +27,7 @@ call add(s:forward_to_end_list, '\%(\a\|\d\)\+\ze[-_]') " underscore_notation call add(s:forward_to_end_list, '\%(\k\@!\S\)\+') " non-keyword call add(s:forward_to_end_list, '\%([-_]\@!\k\)\+\>') " word call add(s:forward_to_end_list, '[-=]') " -, = -call add(s:forward_to_end_list, "[\"'`]") " quotes +call add(s:forward_to_end_list, "[\"'`«»]") " quotes let s:forward_to_end = join(s:forward_to_end_list, '\|') let s:forward_to_next_list = [] @@ -43,7 +43,7 @@ call add(s:forward_to_next_list, '\u\l\+') " Came call add(s:forward_to_next_list, '\u\@