This commit is contained in:
newbie 2024-01-02 19:58:43 +08:00
parent 351d431138
commit dc59083710
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
-- G.api.nvim_buf_create_user_command( "*.py", "R" , "!python3 %", { complete = true }) -- G.api.nvim_buf_create_user_command( "*.py", "R" , "!python3 %", { complete = true })
G.cmd[[command! R !python3 %]] -- G.cmd[[command! R !python3 %]]
-- G.cmd[[command! -range C <line1>,<line2>]]