Re: autocmd terminal set signcolumn=no

2018-05-15 Thread M Kelly
Hi, I just read about the TerminalOpen event, when I use: au TerminalOpen * set signcolumn=no it works :-) thx, mark -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit

autocmd terminal set signcolumn=no

2018-05-15 Thread M Kelly
Hi, I set signcolumn=yes in my .vimrc. When starting a terminal the sign column is not displayed, but then going into normal mode for this terminal shows it again. I tried this - au BufWinEnter * if == 'terminal' | set signcolumn=no | endif but it does not work. Any idea how to automatically