On Sun, Apr 1, 2018 at 1:07 AM, Dominique Pellé <[email protected]> wrote: > Blay263 <[email protected]> wrote: > >> Sorry so you can open a file xxx.py and then :sp .then run :!python %.(with >> the guioption=!) > > I can't reproduce it. Can you give an automated way to be > less ambiguous? I tried this without success: > > $ vim -u NONE -c 'set guioption=!' foo.py -c '!python %' > > Regards > Dominique
The OP said "when buffer is split". Try adding "-c sp" just before invoking Python. Another thing: the option to be set is either 'guioptions' (plural) or its abbreviation 'go'. Best regards, Tony. -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
