Skip to content

Commit

Permalink
test: 'shortmessage' was renamed to 'shortmess'
Browse files Browse the repository at this point in the history
  • Loading branch information
tmillr committed Sep 6, 2024
1 parent 6c496d4 commit 0351264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/min_init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ xpcall(function()
vim.o.aw = false
vim.o.awa = false
vim.o.more = false
vim.o.shortmessage = 'FWI'
vim.o.shortmess = 'FWI'
vim.o.showmode = false
vim.o.showcmd = false
vim.opt.rtp:append(vim.fn.expand '<sfile>:h:h')
Expand Down

0 comments on commit 0351264

Please sign in to comment.