Skip to content

Commit 74fde74

Browse files
committed
Minor style.
1 parent ba4abd3 commit 74fde74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/lean/abbreviations.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ local function _clear_abbr_mark()
9494
end
9595

9696
local function insert_char_pre()
97-
local char = vim.api.nvim_get_vvar 'char'
97+
local char = vim.v.char
9898

9999
if abbreviations.abbr_mark then
100100
if char == ' ' then

0 commit comments

Comments
 (0)