From da51dc9cf202772f60bd2da975dbef257bd9237c Mon Sep 17 00:00:00 2001 From: Eliseo Martínez Date: Mon, 12 May 2014 02:25:17 +0200 Subject: Introduce nvim namespace: Move files. Move files from src/ to src/nvim/. - src/nvim/ becomes the new root dir for nvim executable sources. - src/libnvim/ is planned to become root dir of the neovim library. --- src/nvim/testdir/test48.ok | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/nvim/testdir/test48.ok (limited to 'src/nvim/testdir/test48.ok') diff --git a/src/nvim/testdir/test48.ok b/src/nvim/testdir/test48.ok new file mode 100644 index 0000000000..334cb5a29c --- /dev/null +++ b/src/nvim/testdir/test48.ok @@ -0,0 +1,22 @@ +, foo +keyword keyword +all your base +are belong to vim +1 2 3 4 5 7 +'i' <-- should be 3 ' ' +'C' <-- should be 3 ' ' +'a' <-- should be 4 ' ' +'A'<-- should be 0 ' ' +'D' <-- 'D' should be intact +this is a test +this is a test +this is a test +"r" x<-- should be 'x' +[This line should contain only the text between the brackets.] + v i m <-- should show the name of a noted text editor + 6 . 0 <-- and its version number + +a +a +a + -- cgit