Cursor shape in the console

2019-05-26 Thread Tony Mechelynck
In konsole 18.12.3, in a Big build of Vim (currently 8.1.1407) with 'ttybuiltin' on and 'term' set to "xterm-256color", ":set termcap" tells me that t_SI, t_SR and t_EI are all unset, which explains why in Console mode (i.e. invoked as "vim", "view", "vimdiff" etc., not "gvim", "gview", "gvimdiff"

Re: Has window-toolbar feature?

2019-05-26 Thread 'Lifepillar' via vim_use
On 26 May 2019, at 13:14, Bram Moolenaar wrote: > > >> How do you check whether Vim has the window-toolbar (WinBar) feature? > > if has('menu') I have compiled v8.0.0197 (with +menu), has('menu') returns 1, yet it doesn't seem to have support for window toolbars. Ah ok, helpgrep-ing

Re: Has window-toolbar feature?

2019-05-26 Thread Bram Moolenaar
> How do you check whether Vim has the window-toolbar (WinBar) feature? if has('menu') -- hundred-and-one symptoms of being an internet addict: 29. Your phone bill comes to your doorstep in a box. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///

Re: how to call vim on files that are the results of a grep -l command in bash?

2019-05-26 Thread Paul
On Fri, May 24, 2019 at 04:40:54AM -0700, DwigtArmyOfChampions wrote: From a bash shell I can type "grep -l 'foo' *" and that will output a list of files that contain 'foo'. I want to vim that list of files. In other words, assuming the grep command returns file1, file2, ... filen, I want to

Has window-toolbar feature?

2019-05-26 Thread 'Lifepillar' via vim_use
How do you check whether Vim has the window-toolbar (WinBar) feature? Thanks, Life. -- -- 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 http://www.vim.org/maillist.php --- You received

Re: Obscure shell syntax hifghlighting problem: Solved!

2019-05-26 Thread Paul
That zero works in bash is, of course, not mentioned in "man bash".  How did you figure that out?Maybe I should take it up with the bash maintainer. From the manual: "If offset evaluates to a number less than zero…" -- -- You received this message from the "vim_use" maillist. Do not

Obscure shell syntax hifghlighting problem: Solved!

2019-05-26 Thread 'J S' via vim_use
On 2019/05/21 13:17, someone replied thusly to 'J S' via vim_use wrote: >> But is also allows the offset (and then length, too, but ignore that >> for now) to be negative.  But, alas, as noted in "man bash", if the >> offset is negative, you have to >> put a space after the :, in order to avoid