mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-10 04:26:17 +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
|
return 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [[ -z "$(gvim --serverlist)" ]]; then
|
||||||
|
gvim "$@"
|
||||||
|
return 0
|
||||||
|
fi
|
||||||
|
|
||||||
local cmd=""
|
local cmd=""
|
||||||
local before="<esc>"
|
local before="<esc>"
|
||||||
local after=""
|
local after=""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue