diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2017-02-01 18:32:57 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2017-02-01 18:32:57 +0100 |
| commit | 11754d3c6451288fc06d85fb2f6e85552336010e (patch) | |
| tree | 49408f6a704e174ad4b24323d7f12c38ca71d909 /vim/operators/openline | |
| parent | a8539ae199b4994e518f1486411e0895a4e3fb90 (diff) | |
| download | vis-11754d3c6451288fc06d85fb2f6e85552336010e.tar.gz vis-11754d3c6451288fc06d85fb2f6e85552336010e.tar.xz | |
Add regression tests for recently fixed bugs
Diffstat (limited to 'vim/operators/openline')
| -rw-r--r-- | vim/operators/openline/openline.in | 3 | ||||
| -rw-r--r-- | vim/operators/openline/openline.keys | 8 |
2 files changed, 11 insertions, 0 deletions
diff --git a/vim/operators/openline/openline.in b/vim/operators/openline/openline.in new file mode 100644 index 0000000..b698034 --- /dev/null +++ b/vim/operators/openline/openline.in @@ -0,0 +1,3 @@ +=== +--- +=== diff --git a/vim/operators/openline/openline.keys b/vim/operators/openline/openline.keys new file mode 100644 index 0000000..4be0fe0 --- /dev/null +++ b/vim/operators/openline/openline.keys @@ -0,0 +1,8 @@ +2Obefore<Escape> +2/===<Enter> +3. +gg +n +2oafter<Escape> +n +3. |
