diff options
author | ckelsel <ckelsel@hotmail.com> | 2017-09-27 19:34:19 +0800 |
---|---|---|
committer | ckelsel <ckelsel@hotmail.com> | 2017-09-27 19:34:19 +0800 |
commit | c3de878ab1c3d1001660c3b3d6ce39fbc4fcd03c (patch) | |
tree | cf606878176f67bb5dcbf480d47d7ea9e0f4d1bf /test/functional/legacy/094_visual_mode_operators_spec.lua | |
parent | 90fc9039ddcadc61d4236bdd2d638d690081e04d (diff) | |
parent | 542ed5f5d31647bfec6d3119f4e2993544530c35 (diff) | |
download | rneovim-c3de878ab1c3d1001660c3b3d6ce39fbc4fcd03c.tar.gz rneovim-c3de878ab1c3d1001660c3b3d6ce39fbc4fcd03c.tar.bz2 rneovim-c3de878ab1c3d1001660c3b3d6ce39fbc4fcd03c.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'test/functional/legacy/094_visual_mode_operators_spec.lua')
-rw-r--r-- | test/functional/legacy/094_visual_mode_operators_spec.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/legacy/094_visual_mode_operators_spec.lua b/test/functional/legacy/094_visual_mode_operators_spec.lua index 84e384050a..ff1d3e7bec 100644 --- a/test/functional/legacy/094_visual_mode_operators_spec.lua +++ b/test/functional/legacy/094_visual_mode_operators_spec.lua @@ -372,6 +372,7 @@ describe('Visual mode and operator', function() end) end) + -- luacheck: ignore 613 (Trailing whitespace in a string) it('gv in exclusive select mode after operation', function() source([[ $put ='zzz ' |