From dba95bcb3361114c0cd03c33b916076d3af103fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Sat, 19 Nov 2016 11:24:15 +0100 Subject: test/vim: add a few tests for registers --- vim/registers/command.in | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 vim/registers/command.in (limited to 'vim/registers/command.in') 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. -- cgit v1.2.3