From 85f334a1754dcda9eb66f2305208b343763346a5 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 22 Jun 2019 22:05:29 +1200 Subject: Remove unneeded pattern qualifier --- autoload/digraph_search.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/digraph_search.vim b/autoload/digraph_search.vim index d342f38..1a9dc92 100644 --- a/autoload/digraph_search.vim +++ b/autoload/digraph_search.vim @@ -45,7 +45,7 @@ function! s:Digraphs() abort " Flag whether we're in one of the digraph tables; look for the heading let table = table && strlen(line) - \ || line =~# '\C\*digraph-table\%(-mbyte\)\=\*$' + \ || line =~# '\*digraph-table\%(-mbyte\)\=\*$' " Skip to next line if not in a table if !table continue -- cgit v1.2.3