aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorckelsel <ckelsel@hotmail.com>2018-01-20 15:47:56 +0800
committerckelsel <ckelsel@hotmail.com>2018-01-20 15:48:23 +0800
commitb00fd496405e0864e3cb5cc8b62241fb9610480f (patch)
treeedae3c3b6c3ccd2aa3915a28a2c49a5c55627c82 /test
parent94f4469638590ca5cc724ab6459f2cfc78c621a4 (diff)
downloadrneovim-b00fd496405e0864e3cb5cc8b62241fb9610480f.tar.gz
rneovim-b00fd496405e0864e3cb5cc8b62241fb9610480f.tar.bz2
rneovim-b00fd496405e0864e3cb5cc8b62241fb9610480f.zip
vim-patch:8.0.0423: changing 'cinoptions' does not always work
Problem: The effect of adding "vim/vim#" to 'cinoptions' is not always removed. (David Briscoe) Solution: Reset b_ind_hash_comment. (Christian Brabandt, closes vim/vim#1475) https://github.com/vim/vim/commit/6b64394f346594404cffb9591d71ac693040679f
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.