You are here

gVim 8.2 does not accept - - nofork flag

3 posts / 0 new
Last post
Lila Boc
Offline
Last seen: 3 years 8 months ago
Joined: 2020-03-19 23:35
gVim 8.2 does not accept - - nofork flag

Hi,

If I run "PortableApps/gVimPortable/gVimPortable.exe --nofork" in a cygwin or msys2 (mingw64) mintty, I still see the shell prompt. However, if I run "PortableApps/gVimPortable/App/vim/vim80/gvim.exe --nofork", the shell prompt will only re-appear after I quit the editor. I need to add the --nofork flag if I want to use gvim as the git editor. It seems gVimPortable.exe does not pass the --nofork option to gvim.exe. I can't use gvim.exe because it doesn't load in my vimrc. I want to use gVimPortable.exe for normal editing and "gVimPortable.exe --nofork" when I commit in git. FYI, --nofork doesn't work in a DOS box.

Regards,

Lila Boc
Offline
Last seen: 3 years 8 months ago
Joined: 2020-03-19 23:35
Hi,

Hi,

I found out that gvim.exe blocks the shell with or without the --nofork flag. gVimPortable.exe loads PortableApps/gVimPortable/Data/settings/_vimrc while gvim.exe loads in $HOME/.vimrc where the actual path of $HOME in cgywin is different from that in msys2.

In other words, I have workarounds. I can symbolic-link $HOME/.vimrc to PortableApps/gVimPortable/Data/settings/_vimrc, use gVimPortable.exe for normal editing and assign gvim.exe as the editor inside my .gitconfig.

John T. Haller
John T. Haller's picture
Offline
Last seen: 4 hours 48 min ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Passed

The launcher passes anything you pass it on the command line on to the base app. What the base app does with it is up to the base app.

Sometimes, the impossible can become possible, if you're awesome!

Log in or register to post comments