Skip to content

Commit

Permalink
fix(vim): resolve vint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
skarzi committed Oct 11, 2023
1 parent 0d2f822 commit a8c500b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vim/settings/luki-utils.vim
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ endif
xnoremap @ :<C-u>call ExecuteMacroOverVisualRange()<CR>
function! ExecuteMacroOverVisualRange()
echo "@".getcmdline()
echo '@'.getcmdline()
execute ":'<,'>normal @".nr2char(getchar())
endfunction
" END MACROS IN VISUAL MODE

0 comments on commit a8c500b

Please sign in to comment.