aboutsummaryrefslogtreecommitdiff
path: root/vimrc-full
diff options
context:
space:
mode:
authorMax Christian Pohle2017-06-16 17:59:17 +0200
committerMax Christian Pohle2017-06-16 17:59:17 +0200
commit29a0f085e63308c5aee571bb81ef9d640fe42462 (patch)
treebe04472f96972a2bc63ca2cbb4c5b687b856622a /vimrc-full
parentcd4cb069534daa924c541d9e23a9e1c7d77ac4d6 (diff)
downloadvim-29a0f085e63308c5aee571bb81ef9d640fe42462.tar.bz2
vim-29a0f085e63308c5aee571bb81ef9d640fe42462.zip
Quickfix to get a buffer into another window
Still needs to be refined
Diffstat (limited to 'vimrc-full')
-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)
..