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 != ''