aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/test_options.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/testdir/test_options.in')
-rw-r--r--src/nvim/testdir/test_options.in17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/nvim/testdir/test_options.in b/src/nvim/testdir/test_options.in
deleted file mode 100644
index bf1232a223..0000000000
--- a/src/nvim/testdir/test_options.in
+++ /dev/null
@@ -1,17 +0,0 @@
-Test for ":options".
-
-STARTTEST
-:so small.vim
-:let caught = 'ok'
-:try
- :options
-:catch
- :let caught = v:throwpoint . "\n" . v:exception
-:endtry
-:buf 1
-:$put =caught
-:/^result/,$w! test.out
-:qa!
-ENDTEST
-
-result