diff options
Diffstat (limited to 'test/vim/text-objects/braces-count-linewise.in')
| -rw-r--r-- | test/vim/text-objects/braces-count-linewise.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/vim/text-objects/braces-count-linewise.in b/test/vim/text-objects/braces-count-linewise.in new file mode 100644 index 0000000..069493e --- /dev/null +++ b/test/vim/text-objects/braces-count-linewise.in @@ -0,0 +1,5 @@ +struct { + union { + int foo; + }; +}; |
