From b71e705c976326db49a21859b2c6232b609dfe70 Mon Sep 17 00:00:00 2001 From: Maxim Likhachev Date: Wed, 5 Feb 2020 20:04:23 +0300 Subject: [PATCH] =?UTF-8?q?vim:=20plugins:=20help+src:=20=D0=BE=D0=B1?= =?UTF-8?q?=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5=D0=BD=D1=8B=20=D0=BF=D1=83=D1=82?= =?UTF-8?q?=D0=B8=20=D0=BA=20=D0=BA=D0=BE=D0=BD=D1=84=D0=B8=D0=B3=D1=83?= =?UTF-8?q?=D1=80=D0=B0=D1=86=D0=B8=D0=B8=20vim?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- etc/soft/nvim/+plugins/help+src/plugin/help+src.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/soft/nvim/+plugins/help+src/plugin/help+src.vim b/etc/soft/nvim/+plugins/help+src/plugin/help+src.vim index 28027d3..d22d4f9 100644 --- a/etc/soft/nvim/+plugins/help+src/plugin/help+src.vim +++ b/etc/soft/nvim/+plugins/help+src/plugin/help+src.vim @@ -287,7 +287,7 @@ endfun fun! TclSrc(word) let move_to_pattern = '' let filetype = 'tcl' - let cmd = '~/.vim/+scripts/sources/getTclSrc '.a:word + let cmd = '~/.config/nvim/+scripts/sources/getTclSrc '.a:word " echo system(cmd) call OpenHelpWin(cmd, filetype, a:word) if move_to_pattern != ''