|
|
@ -287,7 +287,7 @@ endfun |
|
|
|
fun! TclSrc(word) |
|
|
|
fun! TclSrc(word) |
|
|
|
let move_to_pattern = '' |
|
|
|
let move_to_pattern = '' |
|
|
|
let filetype = 'tcl' |
|
|
|
let filetype = 'tcl' |
|
|
|
let cmd = '~/.vim/+scripts/sources/getTclSrc '.a:word |
|
|
|
let cmd = '~/.config/nvim/+scripts/sources/getTclSrc '.a:word |
|
|
|
" echo system(cmd) |
|
|
|
" echo system(cmd) |
|
|
|
call OpenHelpWin(cmd, filetype, a:word) |
|
|
|
call OpenHelpWin(cmd, filetype, a:word) |
|
|
|
if move_to_pattern != '' |
|
|
|
if move_to_pattern != '' |
|
|
|