Re: [patch] bug in block inserting

2015-01-31 Fir de Conversatie Bram Moolenaar
Christian wrote: Bram, here is a patch for an obscure bug when block-inserting. While I was trying to fix another thing I noticed that Vim wouldn't let me block insert a tab char in front of a block selection. The problem is, when there are spaces in front of the visually selected

Re: Issue 319 in vim: New option to not beep with 'showmatch'

2015-01-31 Fir de Conversatie Bram Moolenaar
Christian Brabandt wrote: On Mi, 28 Jan 2015, Christian Brabandt wrote: On Mi, 28 Jan 2015, Bram Moolenaar wrote: Christian wrote: Thanks for the idea and the patch. Although single-character flags are not uncommon in Vim, they are hard to read back. Newer options have short

Re: [patch] add watch function to vim debugger

2015-01-31 Fir de Conversatie Bram Moolenaar
Christian Brabandt wrote: Bram, Charles asked me, if I could extend the vim debugger and add a watch feature, so it would be easier for him to debug netrw issues. So here is the patch: https://github.com/chrisbra/vim-mq-patches/blob/master/watchexpr As far as I know, Charles has

Re: [7.4.50] [BUG] (G)Vim exits Insert mode after I type letter U+00F2

2015-01-31 Fir de Conversatie Khang Nguyen
Thank you for your reply. Your suggestion really helps me in investigating the case. With 'gvim -u NONE', I can type the letter 'ň' (U+00F2) without any errors. This suggests that the cause is in my .vimrc. To be specific, the following line in my .vimrc was causing the problem : imap A-r Esc

Re: [patch] add watch function to vim debugger

2015-01-31 Fir de Conversatie Christian Brabandt
Hi Bram! On Sa, 31 Jan 2015, Bram Moolenaar wrote: Christian Brabandt wrote: Bram, Charles asked me, if I could extend the vim debugger and add a watch feature, so it would be easier for him to debug netrw issues. So here is the patch:

Re: Issue 319 in vim: New option to not beep with 'showmatch'

2015-01-31 Fir de Conversatie Bram Moolenaar
Christian wrote: On Sa, 31 Jan 2015, Bram Moolenaar wrote: Note: the E here should be something else: indicate that an error occured. It can be silenced by removing the 'E' flag then. What 'E'? I think this was a single letter flag in the first implementation, it should now

Re: Issue 319 in vim: New option to not beep with 'showmatch'

2015-01-31 Fir de Conversatie Christian Brabandt
Hi Bram! On Sa, 31 Jan 2015, Bram Moolenaar wrote: Note: the E here should be something else: indicate that an error occured. It can be silenced by removing the 'E' flag then. What 'E'? Best, Christian -- Aus Murphy's Gesetze: Beurteilung hat mit Erfahrung zu tun. Erfahrung

Re: Issue 319 in vim: New option to not beep with 'showmatch'

2015-01-31 Fir de Conversatie Christian Brabandt
Hi Bram! On Sa, 31 Jan 2015, Bram Moolenaar wrote: Christian wrote: On Sa, 31 Jan 2015, Bram Moolenaar wrote: Note: the E here should be something else: indicate that an error occured. It can be silenced by removing the 'E' flag then. What 'E'? I think this was a

ls with flags

2015-01-31 Fir de Conversatie Marcin Szamotulski
Dear Bram, Some times I have lots of files opened in vim, I found it very useful to limit the output of `:ls` command to only modified ones, etc. The attached patch adds flags to the ls command which let to list files which are hidden or active or modified, or readonly or with nomodifiable set,

Re: ls with flags

2015-01-31 Fir de Conversatie Bram Moolenaar
Marcin - Dear Bram, Some times I have lots of files opened in vim, I found it very useful to limit the output of `:ls` command to only modified ones, etc. The attached patch adds flags to the ls command which let to list files which are hidden or active or modified, or readonly or with

Re: ls with flags

2015-01-31 Fir de Conversatie Marcin Szamotulski
On 22:23 Sat 31 Jan , Bram Moolenaar wrote: Marcin - Dear Bram, Some times I have lots of files opened in vim, I found it very useful to limit the output of `:ls` command to only modified ones, etc. The attached patch adds flags to the ls command which let to list files

Re: Issue 319 in vim: New option to not beep with 'showmatch'

2015-01-31 Fir de Conversatie Christ van Willegen
On Sat, Jan 31, 2015 at 9:49 PM, Christian Brabandt cbli...@256bit.org wrote: Hi Bram! On Sa, 31 Jan 2015, Bram Moolenaar wrote: I think this was a single letter flag in the first implementation, it should now be a word. Yes, this is fixed now with the last patch. But not yet in the

Re: linebreak and conceal display problems

2015-01-31 Fir de Conversatie Christian Brabandt
Hi Benjamin! On Do, 29 Jan 2015, Benjamin Fritz wrote: I know there have been recent problem with linebreak when combined with conceal, I think I have found one or two more. With the attached test.vim file as a .vimrc, enter the following text: bbeetabtab;tabsome text The expected

Re: [patch] add watch function to vim debugger

2015-01-31 Fir de Conversatie David Fishburn
While we are on some features for the debugger can I suggest one (or tell me how to enable it if already there). While debugging my plugins I generally have some terrific print statements as I step through code. If I have to restart Vim I loose all the debugger history of those beautiful echo

Re: Issue 319 in vim: New option to not beep with 'showmatch'

2015-01-31 Fir de Conversatie Christian Brabandt
Hi Christ! On Sa, 31 Jan 2015, Christ van Willegen wrote: On Sat, Jan 31, 2015 at 9:49 PM, Christian Brabandt cbli...@256bit.org wrote: Hi Bram! On Sa, 31 Jan 2015, Bram Moolenaar wrote: I think this was a single letter flag in the first implementation, it should now be a word.

Re: [patch] add watch function to vim debugger

2015-01-31 Fir de Conversatie James McCoy
On Sat, Jan 31, 2015 at 09:24:26PM +0100, Christian Brabandt wrote: Hi Bram! On Sa, 31 Jan 2015, Bram Moolenaar wrote: Christian Brabandt wrote: Bram, Charles asked me, if I could extend the vim debugger and add a watch feature, so it would be easier for him to debug netrw

Re: [7.4.50] [BUG] (G)Vim exits Insert mode after I type letter U+00F2

2015-01-31 Fir de Conversatie Yukihiro Nakadaira
On Wed, Jan 28, 2015 at 5:27 AM, Nony Sense khang.soc...@gmail.com wrote: Hi, When I typed the letter U+00F2 (latin small letter o with grave) with input methods active, and pressed space bar, vim (and gvim) automatically exited insert mode, returned back to normal mode. Only 1 space