aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2018-01-20 16:33:43 +0100
committerGitHub <noreply@github.com>2018-01-20 16:33:43 +0100
commitee84da358c27b9c0a6bbd49424bc9d04bb98d662 (patch)
treef1dc827adfa6d7e3cc6f766657708238ac4b3b0b /test
parent6a826fce91206e1237e0a5822a67cfd772f524dd (diff)
parent5a96a9eba238b51e2e90f87a0a9338da363e9e28 (diff)
downloadrneovim-ee84da358c27b9c0a6bbd49424bc9d04bb98d662.tar.gz
rneovim-ee84da358c27b9c0a6bbd49424bc9d04bb98d662.tar.bz2
rneovim-ee84da358c27b9c0a6bbd49424bc9d04bb98d662.zip
Merge #7878 from justinmk/keymap-leak
Diffstat (limited to 'test')
-rw-r--r--test/functional/legacy/003_cindent_spec.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/legacy/003_cindent_spec.lua b/test/functional/legacy/003_cindent_spec.lua
index 58e87354fb..13726050b2 100644
--- a/test/functional/legacy/003_cindent_spec.lua
+++ b/test/functional/legacy/003_cindent_spec.lua
@@ -1,4 +1,5 @@
-- Test for 'cindent'.
+-- For new tests, consider putting them in test_cindent.vim.
--
-- There are 50+ test command blocks (the stuff between STARTTEST and ENDTEST)
-- in the original test. These have been converted to "it" test cases here.