Fix syntax error
GASP
This commit is contained in:
parent
88cfc941f4
commit
457af1fa2f
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ vim.keymap.set('n', '<leader>is', function()
|
||||||
local modified = vim.api.nvim_get_option_value("modified", { buf = bufnr })
|
local modified = vim.api.nvim_get_option_value("modified", { buf = bufnr })
|
||||||
|
|
||||||
if modified then
|
if modified then
|
||||||
print('*** Save your changes first!' ***)
|
print('*** Save your changes first! ***')
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
local file_name = vim.api.nvim_buf_get_name(0) -- Get file name of file in current buffer
|
local file_name = vim.api.nvim_buf_get_name(0) -- Get file name of file in current buffer
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue