aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vimrc-full2
1 files changed, 1 insertions, 1 deletions
diff --git a/vimrc-full b/vimrc-full
index a3c59c2..b60b645 100644
--- a/vimrc-full
+++ b/vimrc-full
@@ -672,7 +672,7 @@ if has("autocmd")
672 672
673 let @l = ":let g:signify_vcs_cmds={'git': 'git diff --no-color --no-ext-diff -U0 HEAD^ -- %f'}|:SignifyRefresh" 673 let @l = ":let g:signify_vcs_cmds={'git': 'git diff --no-color --no-ext-diff -U0 HEAD^ -- %f'}|:SignifyRefresh"
674 674
675 let @r = ":!nvr --servername /tmp/nvimsocket --remote %" 675 let @r = ":exe ':!nvr --servername /tmp/nvimsocket --remote % +'.line('.')|:stopinsert|:set readonly"
676 676
677 677
678 " exec current line as a command, insert output of command (from: https://youtu.be/MquaityA1SM?t=35m45s) 678 " exec current line as a command, insert output of command (from: https://youtu.be/MquaityA1SM?t=35m45s)
..