diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2016-11-19 11:24:15 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2016-11-19 15:40:16 +0100 |
| commit | dba95bcb3361114c0cd03c33b916076d3af103fa (patch) | |
| tree | 8142a980a570ce13bf19ecab539363a9b88beffc /vim/registers/command.in | |
| parent | 7eefb7a5c6ee0ace52dbefaf91ec92f99b6887e7 (diff) | |
| download | vis-dba95bcb3361114c0cd03c33b916076d3af103fa.tar.gz vis-dba95bcb3361114c0cd03c33b916076d3af103fa.tar.xz | |
test/vim: add a few tests for registers
Diffstat (limited to 'vim/registers/command.in')
| -rw-r--r-- | vim/registers/command.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vim/registers/command.in b/vim/registers/command.in new file mode 100644 index 0000000..d9e3a01 --- /dev/null +++ b/vim/registers/command.in @@ -0,0 +1,2 @@ +": Contains the most recent executed command-line. + Example: Use "@:" to repeat the previous command-line command. |
