aboutsummaryrefslogtreecommitdiff
path: root/test/functional/options/shortmess_spec.lua
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/options/shortmess_spec.lua
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/options/shortmess_spec.lua')
-rw-r--r--test/functional/options/shortmess_spec.lua8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/functional/options/shortmess_spec.lua b/test/functional/options/shortmess_spec.lua
index 8ea9a19464..a56e9c09b4 100644
--- a/test/functional/options/shortmess_spec.lua
+++ b/test/functional/options/shortmess_spec.lua
@@ -25,7 +25,7 @@ describe("'shortmess'", function()
~ |
~ |
~ |
- "foo" [New File] |
+ "foo" [New] |
]])
eq(1, eval('bufnr("%")'))
@@ -50,7 +50,7 @@ describe("'shortmess'", function()
~ |
~ |
~ |
- "foo" [New File] |
+ "foo" [New] |
]])
eq(1, eval('bufnr("%")'))
feed(':edit bar<CR>')
@@ -59,7 +59,7 @@ describe("'shortmess'", function()
~ |
~ |
~ |
- "bar" [New File] |
+ "bar" [New] |
]])
eq(2, eval('bufnr("%")'))
feed(':bprevious<CR>')
@@ -68,7 +68,7 @@ describe("'shortmess'", function()
~ |
~ |
~ |
- "foo" [New file] --No lines in buffer-- |
+ "foo" [New] --No lines in buffer-- |
]])
eq(1, eval('bufnr("%")'))