Skip to content
This repository has been archived by the owner on Aug 25, 2024. It is now read-only.

Commit

Permalink
chore(nvim): change replace cabbrev
Browse files Browse the repository at this point in the history
  • Loading branch information
ttak0422 committed Mar 3, 2024
1 parent 5bb3785 commit b732864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neovim/vim/cabbrev.vim
Original file line number Diff line number Diff line change
@@ -1 +1 @@
cabbrev <expr> r getcmdtype() .. getcmdline() ==# ':r' ? [getchar(), ''][1] .. "%s//gc<Left><Left><Left>" : 'r'
cabbrev <expr> r getcmdtype() .. getcmdline() ==# ':r' ? [getchar(), ''][1] .. "%s//g<Left><Left>" : 'r'

0 comments on commit b732864

Please sign in to comment.