diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2017-02-07 11:26:12 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2017-02-07 11:32:47 +0100 |
| commit | cc0f8e94fed7fa2542d746361acdbfe76401a93e (patch) | |
| tree | 379109844bb8647534bcd6033f4fe55af404c6d1 /vim | |
| parent | 6fce999e94d46c30e6c26ef31767279f813c90b5 (diff) | |
| download | vis-cc0f8e94fed7fa2542d746361acdbfe76401a93e.tar.gz vis-cc0f8e94fed7fa2542d746361acdbfe76401a93e.tar.xz | |
test: add a few new tests related to text objects
Diffstat (limited to 'vim')
| -rw-r--r-- | vim/text-objects/words-count.in | 1 | ||||
| -rw-r--r-- | vim/text-objects/words-count.keys | 3 | ||||
| -rw-r--r-- | vim/text-objects/words-eol.in (renamed from vim/text-objects/words.in) | 0 | ||||
| -rw-r--r-- | vim/text-objects/words-eol.keys (renamed from vim/text-objects/words.keys) | 0 |
4 files changed, 4 insertions, 0 deletions
diff --git a/vim/text-objects/words-count.in b/vim/text-objects/words-count.in new file mode 100644 index 0000000..b4c23e1 --- /dev/null +++ b/vim/text-objects/words-count.in @@ -0,0 +1 @@ +The brown fox jumps over the lazy dog. diff --git a/vim/text-objects/words-count.keys b/vim/text-objects/words-count.keys new file mode 100644 index 0000000..6cc6542 --- /dev/null +++ b/vim/text-objects/words-count.keys @@ -0,0 +1,3 @@ +3ciwchanged<Escape> +/fox<Enter> +5. diff --git a/vim/text-objects/words.in b/vim/text-objects/words-eol.in index 422c2b7..422c2b7 100644 --- a/vim/text-objects/words.in +++ b/vim/text-objects/words-eol.in diff --git a/vim/text-objects/words.keys b/vim/text-objects/words-eol.keys index 353f4b3..353f4b3 100644 --- a/vim/text-objects/words.keys +++ b/vim/text-objects/words-eol.keys |
