mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-03 04:20:01 +02:00
start gvim if it is not running already
This commit is contained in:
parent
ee343814b7
commit
6629747f77
1 changed files with 5 additions and 0 deletions
|
|
@ -18,6 +18,11 @@ EOH
|
|||
return 0
|
||||
fi
|
||||
|
||||
if [[ -z "$(gvim --serverlist)" ]]; then
|
||||
gvim "$@"
|
||||
return 0
|
||||
fi
|
||||
|
||||
local cmd=""
|
||||
local before="<esc>"
|
||||
local after=""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue