diff options
-rw-r--r-- | autoload/digraph_search.vim | 2 |
1 files changed, 1 insertions, 1 deletions
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 |