aboutsummaryrefslogtreecommitdiff
path: root/test/functional/normal/jump_spec.lua
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2020-01-01 06:30:29 -0800
committerGitHub <noreply@github.com>2020-01-01 06:30:29 -0800
commit070bd3ea231b6b98c9e9f1057fdbcf31d1877a70 (patch)
tree93d5aeb26b595e77041a6b2e73b32e8f1015bfc0 /test/functional/normal/jump_spec.lua
parent99eca048357b8ec72e84b45d21c2a38e25ed6ec0 (diff)
parentac6ebfcc1db8daf30533c42d5c4246bb95ec3d85 (diff)
downloadrneovim-070bd3ea231b6b98c9e9f1057fdbcf31d1877a70.tar.gz
rneovim-070bd3ea231b6b98c9e9f1057fdbcf31d1877a70.tar.bz2
rneovim-070bd3ea231b6b98c9e9f1057fdbcf31d1877a70.zip
Merge #11604 "LSP: shrink API, improve docs"
Diffstat (limited to 'test/functional/normal/jump_spec.lua')
-rw-r--r--test/functional/normal/jump_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/normal/jump_spec.lua b/test/functional/normal/jump_spec.lua
index d53b5f7415..9e7158e2f7 100644
--- a/test/functional/normal/jump_spec.lua
+++ b/test/functional/normal/jump_spec.lua
@@ -48,7 +48,7 @@ describe('jumplist', function()
end)
end)
-describe('jumpoptions=stack behaves like browser history', function()
+describe("jumpoptions=stack behaves like 'tagstack'", function()
before_each(function()
clear()
feed(':clearjumps<cr>')