aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/test4.in
diff options
context:
space:
mode:
authorThiago de Arruda <tpadilha84@gmail.com>2014-11-04 12:59:09 -0300
committerThiago de Arruda <tpadilha84@gmail.com>2014-11-04 12:59:09 -0300
commit04633e3e6bb0da1489050fee2c7514f9a1808327 (patch)
treeddd4aa89a5f579d054c9627bd2d7cd8a19134767 /src/nvim/testdir/test4.in
parent1d250cddb87546c0470462738d546c9d061dff56 (diff)
parenta695c8786377d2399ca2472df183bdc2d32f4048 (diff)
downloadrneovim-04633e3e6bb0da1489050fee2c7514f9a1808327.tar.gz
rneovim-04633e3e6bb0da1489050fee2c7514f9a1808327.tar.bz2
rneovim-04633e3e6bb0da1489050fee2c7514f9a1808327.zip
Merge PR #1328 'Migrate legacy tests'
Diffstat (limited to 'src/nvim/testdir/test4.in')
-rw-r--r--src/nvim/testdir/test4.in31
1 files changed, 0 insertions, 31 deletions
diff --git a/src/nvim/testdir/test4.in b/src/nvim/testdir/test4.in
deleted file mode 100644
index 4aa2fe5a86..0000000000
--- a/src/nvim/testdir/test4.in
+++ /dev/null
@@ -1,31 +0,0 @@
-Test for autocommand that changes current buffer on BufEnter event.
-Check if modelines are interpreted for the correct buffer.
-
-STARTTEST
-:so small.vim
-:set nocompatible viminfo+=nviminfo
-:au BufEnter Xxx brew
-/start of
-:.,/end of/w! Xxx " write test file Xxx
-:set ai modeline modelines=3
-:sp Xxx " split to Xxx, autocmd will do :brew
-G?this is a
-othis should be auto-indented
-: " Append text with autoindent to this file
-:au! BufEnter Xxx
-:buf Xxx " go to Xxx, no autocmd anymore
-G?this is a
-othis should be in column 1:wq " append text without autoindent to Xxx
-G:r Xxx " include Xxx in the current file
-:?startstart?,$w! test.out
-:qa!
-ENDTEST
-
-startstart
-start of test file Xxx
-vim: set noai :
- this is a test
- this is a test
- this is a test
- this is a test
-end of test file Xxx