Skip to content

Commit 19d4f99

Browse files
dkearnschrisbra
authored andcommitted
runtime(syntax-tests): Add non-Latin-1 character filters for C syntax tests
See pull request vim#14767. Rename the Vim :keymap filter files so they're, again, associated with the correct dump files. closes: vim#16560 Signed-off-by: Doug Kearns <[email protected]> Signed-off-by: Christian Brabandt <[email protected]>
1 parent 8a63529 commit 19d4f99

9 files changed

+14
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
" Replace known non-Latin-1 characters.
2+
%s+[🍌猫�]+?+ge
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
" Replace known non-Latin-1 characters.
2+
%s+[🍌猫�]+?+ge
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
" Replace known non-Latin-1 characters.
2+
%s+[🍌猫�]+?+ge
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
" Replace known non-Latin-1 characters.
2+
%s+[🍌猫�]+?+ge
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
" Replace known non-Latin-1 characters.
2+
%s+[🍌猫�]+?+ge
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
" Replace known non-Latin-1 characters.
2+
%s+[🍌猫�]+?+ge
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
" Replace known non-Latin-1 characters.
2+
%s+[🍌猫�]+?+ge

0 commit comments

Comments
 (0)