From f8cde645730efa9db15c768e578d74ea32fe1ad7 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 15 Jul 2018 13:03:16 +1200 Subject: Remove unneeded \m --- plugin/toggle_option_flags.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/toggle_option_flags.vim b/plugin/toggle_option_flags.vim index 1a639f4..4021dd0 100644 --- a/plugin/toggle_option_flags.vim +++ b/plugin/toggle_option_flags.vim @@ -50,7 +50,7 @@ endfunction function! s:Toggle(option, flag, local) " Check for spurious option strings, we don't want to :execute anything funny - if a:option =~# '\m\L' + if a:option =~# '\L' call s:Error('Illegal option name') return 0 endif -- cgit v1.2.3 From 2fbd25dddf1ae9744f7cf0cc5835ea272717d917 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 15 Jul 2018 13:04:50 +1200 Subject: Bump VERSION from missed merge --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 0ea3a94..0d91a54 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.0 +0.3.0 -- cgit v1.2.3 From 0b5dd0e2f30665add49b70dcd066462429ffac4d Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 15 Jul 2018 13:05:30 +1200 Subject: Bump VERSION --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 0d91a54..1d0ba9e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.3.0 +0.4.0 -- cgit v1.2.3