Skip to content

Commit 457af1f

Browse files
committed
Fix syntax error
GASP
1 parent 88cfc94 commit 457af1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

after/ftplugin/python.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ vim.keymap.set('n', '<leader>is', function()
99
local modified = vim.api.nvim_get_option_value("modified", { buf = bufnr })
1010

1111
if modified then
12-
print('*** Save your changes first!' ***)
12+
print('*** Save your changes first! ***')
1313
return
1414
end
1515
local file_name = vim.api.nvim_buf_get_name(0) -- Get file name of file in current buffer

0 commit comments

Comments
 (0)