diff --git a/vim/rc b/vim/rc index c9e2faf..5c198a3 100644 --- a/vim/rc +++ b/vim/rc @@ -143,8 +143,9 @@ for tmp in llist[0]: break l = llist[0][i:] #escaped \ for py AND vim -vim.command('let tmp=":execute \'normal gg/[A-Z]\\\\+%s.*:\\\'"'% l) +vim.command('let tmp=":execute \'normal /[A-Z]\\\\+%s.*:\\``\'"'% l) endpython return tmp endif +return "echo ''" endfunction