From 83422e0a1fcfc88f3475104b0e0674e8dbe3130e Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Mon, 21 Feb 2022 00:04:43 +0100 Subject: Use old version of vim repository, fixes #779 closes #780 --- autoload/unison.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autoload/unison.vim') diff --git a/autoload/unison.vim b/autoload/unison.vim index e91699f0..292deda6 100644 --- a/autoload/unison.vim +++ b/autoload/unison.vim @@ -66,7 +66,7 @@ function! unison#Complete(findstart, base) abort " " (List.fol " ^ - while start > 0 && line[start - 1] !~ '\v\s|[(){}\[\]]' + while start > 0 && line[start - 1] !~ '\v\s|[!(){}\[\]]' let start -= 1 endwhile return start -- cgit v1.2.3