Commit 9d2c3d784f6de41767f49691ce0cd13b672be729 Parent: ce0eb310a31b00fa633fab707b35c870ada69e94 Author: mcol <mcol@posteo.net> Date: 2019-01-06 16:54:29 +0000 Committer: mcol <mcol@posteo.net> Committed: 2019-01-06 16:54:29 +0000 update with bad commit message
plugin/tide.vim Modified
@@ -24,10 +24,10 @@ "let l:keys = substitute(l:keys, '!', '\!', 'g') "escape esclamation mark "let l:keys = escape(l:keys, '!') "let l:keys = substitute(l:keys, '\$', '\\\$', 'g') "escape dollar sign - call system(g:tmux_cmd . "-l \"" . l:keys . "\"") + call system(g:tmux_cmd . "-l \"" . l:keys . "\" &") endfunction function! s:TmuxSendEnter() - call system(g:tmux_cmd . "C-m") + call system(g:tmux_cmd . "C-m &") endfunction function! TmuxSendKeysEnter(keys) call TmuxSendKeys(a:keys)