On Sun, Jun 12, 2016 at 12:31 PM, Manuel Ortega <[email protected]> wrote:
> This is on Mac OS X 10.11.5, with the very latest Vim. I can reproduce > with both MacVim and the "regular" X11 gVim. > > Setting &termguicolors causes some strange display artifacts in the GUI, > when one uses "!" to run a shell cmd. A bizarre suffix is appended to > the filename that replaces "%". > > To reproduce, in your shell do: > touch foo > gvim[or mvim, if macvim] -u NONE -N -c "set tgc" foo > It seems that this doesn't show the problem every time for me. The following recipe reproduces for me every single time: adjust your real .vimrc so that the first two lines are: set tgc finish Then: touch foo gvim[or mvim, if macvim] foo Then: :!echo % -Manny -- -- 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.
