aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ex_cmds
diff options
context:
space:
mode:
authorMatthieu Coudron <mattator@gmail.com>2020-06-22 22:40:33 +0200
committerGitHub <noreply@github.com>2020-06-22 22:40:33 +0200
commit8f30753aa1398eadecf1bd9f6dc71251218b9b2d (patch)
tree9572999548caca5b79f2c028e88a5cbc1db97319 /test/functional/ex_cmds
parent21453e8f09b72751d396858b9ea86c0584fd6c89 (diff)
parentb198225361dd87161c494627dfebb3d9ffd6cf5a (diff)
downloadrneovim-8f30753aa1398eadecf1bd9f6dc71251218b9b2d.tar.gz
rneovim-8f30753aa1398eadecf1bd9f6dc71251218b9b2d.tar.bz2
rneovim-8f30753aa1398eadecf1bd9f6dc71251218b9b2d.zip
Merge pull request #12455 from janlazo/vim-8.0.1554
[RDY]vim-patch:8.0.1554,8.1.1977,8.2.{927,930,932,938,954,963,964,966,980,983,998,999}
Diffstat (limited to 'test/functional/ex_cmds')
-rw-r--r--test/functional/ex_cmds/drop_spec.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/functional/ex_cmds/drop_spec.lua b/test/functional/ex_cmds/drop_spec.lua
index 762ea3d166..ef53fe75e3 100644
--- a/test/functional/ex_cmds/drop_spec.lua
+++ b/test/functional/ex_cmds/drop_spec.lua
@@ -31,7 +31,7 @@ describe(":drop", function()
{0:~ }|
{0:~ }|
{1:tmp1.vim }|
- "tmp1.vim" [New File] |
+ "tmp1.vim" [New] |
]])
end)
@@ -70,7 +70,7 @@ describe(":drop", function()
{0:~ }{2:│}{0:~ }|
{0:~ }{2:│}{0:~ }|
{2:tmp2 [+] tmp1 }|
- "tmp3" [New File] |
+ "tmp3" [New] |
]])
end)