Guest User

Untitled

a guest
May 25th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. gvim() # TODO make two aliases referring to this function, give this function a fixed parameter (win32|unix) to switch between differently targeted gvim instances.
  2. {(
  3. setopt rc_expand_param glob_subst
  4. path=(
  5. $(/usr/bin/cygpath -u "${__APPS}/gVimPortable/App/vim/vim72")
  6. "$PATH"
  7. )
  8. # SHELL=$(/usr/bin/cygpath -sm "${COMSPEC}")
  9. builtin noglob /usr/bin/env -i /usr/bin/env HOME=${HOME} PATH=${PATH} gvim.exe -p --remote-tab-silent $* &
  10. )}
Add Comment
Please, Sign In to add comment