aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorlonerover <pathfinder1644@yahoo.com>2017-03-11 18:09:15 +0800
committerlonerover <pathfinder1644@yahoo.com>2017-03-11 18:26:03 +0800
commit3de33401324433b3a0ba3d217f0fae2fa3f6731f (patch)
tree738edec4eb8c8743bac58adfd9ae8b8df4c67cd8 /test
parent1743df82f9003514c384ff99779d82179e6cb999 (diff)
downloadrneovim-3de33401324433b3a0ba3d217f0fae2fa3f6731f.tar.gz
rneovim-3de33401324433b3a0ba3d217f0fae2fa3f6731f.tar.bz2
rneovim-3de33401324433b3a0ba3d217f0fae2fa3f6731f.zip
vim-patch:7.4.2135
Problem: Various tiny issues. Solution: Update comments, white space, etc. https://github.com/vim/vim/commit/89eaa4185efacab253b23a182c1c8a7bbf1096c9
Diffstat (limited to 'test')
-rw-r--r--test/functional/legacy/080_substitute_spec.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/functional/legacy/080_substitute_spec.lua b/test/functional/legacy/080_substitute_spec.lua
index 1bdae9be59..6b4d82a4c0 100644
--- a/test/functional/legacy/080_substitute_spec.lua
+++ b/test/functional/legacy/080_substitute_spec.lua
@@ -1,5 +1,5 @@
--- Test for *sub-replace-special* and *sub-replace-expression* on substitue().
--- Test for submatch() on substitue().
+-- Test for *sub-replace-special* and *sub-replace-expression* on substitute().
+-- Test for submatch() on substitute().
-- Test for *:s%* on :substitute.
local helpers = require('test.functional.helpers')(after_each)