We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88cfc94 commit 457af1fCopy full SHA for 457af1f
after/ftplugin/python.lua
@@ -9,7 +9,7 @@ vim.keymap.set('n', '<leader>is', function()
9
local modified = vim.api.nvim_get_option_value("modified", { buf = bufnr })
10
11
if modified then
12
- print('*** Save your changes first!' ***)
+ print('*** Save your changes first! ***')
13
return
14
end
15
local file_name = vim.api.nvim_buf_get_name(0) -- Get file name of file in current buffer
0 commit comments