[MPF] runtimefiles cpo+=l save

2012-02-03 Fir de Conversatie Thilo Six
Hello Bram, hello Maintainers, for those who do not know MPF stands for mass patch filling. ;) All proposed patches have been sent out to maintainers. The according list is attached. By the way how long should we wait on maintainers before we consider them MIA? Some patches sent out 2 months ago

:nnoremap esc bug?

2012-02-03 Fir de Conversatie Christian J. Robinson
If I execute the following: cat esc.vim EOF nnoremap esc :echo esc pressedcr EOF vim -u esc.vim -U NONE -N --noplugin Vim will echo esc pressed on startup, before any user input occurs. I can sometimes get additional odd behavior that is hard to describe. I'm writing this report due to

Re: GVim flickers during page down/up scrolling - fonts renderer issue?

2012-02-03 Fir de Conversatie Mikey
Hello again. Accidentally I've discovered some new facts about described problem. In contrast to my previous posts now I dare to claim that the source of bug is in the Vim itself. Steps to reproduce: 1) $ gvim -u NONE -U NONE 2) maximize GVim window. 3) switch to Insert mode and write some text

Display characters and text differently

2012-02-03 Fir de Conversatie Wallace Babb
Hello, (not sure if this should be in Vim_use instead, but anyway) I seem unable to find any resources pertaining to making text or characters being displayed as _other_ characters. For example, say I want the form feed (^L) character to be displayed as a row of dashes (-). I _could_ use

Re: Display characters and text differently

2012-02-03 Fir de Conversatie Christian J. Robinson
On Fri, 3 Feb 2012, Wallace Babb wrote: (not sure if this should be in Vim_use instead, but anyway) It might be a good idea to post this there, as well. say I want the form feed (^L) character to be displayed as a row of dashes (-). [...] Is this possible (without modifying the actual

Re: Display characters and text differently

2012-02-03 Fir de Conversatie Ingo Karkat
On 03-Feb-2012 11:14:54 -0800 (PST), Wallace Babb wrote: (not sure if this should be in Vim_use instead, but anyway) Probably, but never mind. I seem unable to find any resources pertaining to making text or characters being displayed as _other_ characters. For example, say I want the form

Re: GVim flickers during page down/up scrolling - fonts renderer issue?

2012-02-03 Fir de Conversatie John Little
On Feb 4, 10:17 am, Mikey smieciar...@gmail.com wrote: Hello again. Accidentally I've discovered some new facts about described problem. In contrast to my previous posts now I dare to claim that the source of bug is in the Vim itself. Steps to reproduce: ... Yes, I get it too, but it's more

Issue 51 in vim: CSS Syntax structure incompatible with extended syntaxes (eg less)

2012-02-03 Fir de Conversatie vim
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 51 by tver...@gmail.com: CSS Syntax structure incompatible with extended syntaxes (eg less) http://code.google.com/p/vim/issues/detail?id=51 The LESS dynamic stylesheet language extends CSS syntax. A syntax file has been

Re: :tab drop file is moved current window

2012-02-03 Fir de Conversatie Bram Moolenaar
Higashi wrote: :tab drop file is moved current window. and more... CASE1: current window changed on tabpage1. $ vim -u NONE -N :split :tab drop hoge CASE2: window moved. (window1 moved window2) $ vim -u NONE -N :tabnew :split hoge :tab drop hoge CASE3: target window exist. but

Re: vimgrep fails when 'autochdir' is set

2012-02-03 Fir de Conversatie Bram Moolenaar
Ben Fritz wrote: On Feb 1, 4:29 pm, Ben Fritz fritzophre...@gmail.com wrote: Trying to grep an entire project tree fails with autochdir set: gvim -N -u NONE -i NONE C:/path/to/project/dir/relative/path/in/ project/somedir/file.c set autochdir cd C:/path/to/project/dir vimgrep

Re: Display characters and text differently

2012-02-03 Fir de Conversatie Wallace Babb
The concealment feature looks good, like a good place for me to start, even though I'm sure it won't suffice. I think I'll poke around the source, see if adding this is a realistic possibility. Thanks for the input. -- You received this message from the vim_dev maillist. Do not top-post! Type