Re: Vertical split issue

2008-04-17 Fir de Conversatie Vladimir Marek
$ vim -o a a   #this doesn't  open file a in two horizontal splits $ vim -p a a   #this doesn't  open file a in two tabpages Given that this behavior is consistant across three command-line options, and without having searched for the code, I'd say that Vim does this on purpose.  

bufdo e turns off syntax highlighting

2008-04-17 Fir de Conversatie Ciaran McCreesh
Probably a minor bug: doing :bufdo e turns off syntax highlighting in hidden buffers. for a in a.c b.c c.c ; do echo struct $a ; done vim *.c :set hidden :silent bufdo e 2c-^ vim-7.1.285. -- Ciaran McCreesh signature.asc Description: PGP signature

Re: Vertical split issue

2008-04-17 Fir de Conversatie Erik Falor
On 4/17/08, Zdenek Sekera [EMAIL PROTECTED] wrote: From: vim_dev@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Erik Falor Sent: 16 April 2008 23:37 To: vim_dev@googlegroups.com Subject: Re: Vertical split issue On 4/16/08, Zdenek Sekera [EMAIL PROTECTED] wrote: No

syntax handling of continuations (a proposal for an extra syntax item) -- request-for-comment

2008-04-17 Fir de Conversatie Charles E Campbell Jr
Hello! It always has seemed to me to be a bit of a battle to handle continued lines. So that you know what I mean: C: code line\ more code to be treated as one line Matlab: code line... more code to be treated as one line Vim: code line \ more code to be treated as one line etc. It would

Re: incsearch highlighting weirdness

2008-04-17 Fir de Conversatie A.Politz
[EMAIL PROTECTED] wrote: Vimmers, i'm patched through 293 and running suse started vim with vim -u NONE -U NONE to produce the weirdness start vim and set incsearch then from the empty buffer :normal 3i justatestword yes there is a space between the i and beginning of the word.

Re: Improve vim's keyboard input subsystem

2008-04-17 Fir de Conversatie Bram Moolenaar
Paul Evans wrote: Vim copes poorly with a variety of different keyboard inputs. [...] Where does termcap/terminfo fit into your ideas? -- Apologies for taking up the bandwidth with the apology. Anything else I can apologise for .. er no can't think of anything, sorry about that.

Re: Improve vim's keyboard input subsystem

2008-04-17 Fir de Conversatie Paul LeoNerd Evans
On Thu, Apr 17, 2008 at 09:16:46PM +0200, Bram Moolenaar wrote: Vim copes poorly with a variety of different keyboard inputs. [...] Where does termcap/terminfo fit into your ideas? If libtermkey fails to recognise what comes in as valid CSIs, SS3s or anything else it might recognise, it

Re: incsearch highlighting weirdness

2008-04-17 Fir de Conversatie Gary Johnson
On 2008-04-17, A.Politz [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: Vimmers, i'm patched through 293 and running suse started vim with vim -u NONE -U NONE to produce the weirdness start vim and set incsearch then from the empty buffer :normal 3i justatestword yes

Re: Improve vim's keyboard input subsystem

2008-04-17 Fir de Conversatie Paul LeoNerd Evans
On Thu, Apr 17, 2008 at 08:25:56PM +0100, Paul LeoNerd Evans wrote: On Thu, Apr 17, 2008 at 09:16:46PM +0200, Bram Moolenaar wrote: Vim copes poorly with a variety of different keyboard inputs. [...] Where does termcap/terminfo fit into your ideas? If libtermkey fails to recognise

Re: Improve vim's keyboard input subsystem

2008-04-17 Fir de Conversatie Nikolai Weibull
On Thu, Apr 17, 2008 at 12:25 AM, Paul LeoNerd Evans [EMAIL PROTECTED] wrote: It's also future-proof. If, in 10 years time when we all have pressure-sensitive keys, I type enter or ENTER by hitting the keys harder, and xterm sends By which time we'll all have flying cars.

Re: Improve vim's keyboard input subsystem

2008-04-17 Fir de Conversatie Tony Mechelynck
On 17/04/08 22:15, Nikolai Weibull wrote: On Thu, Apr 17, 2008 at 12:25 AM, Paul LeoNerd Evans [EMAIL PROTECTED] wrote: It's also future-proof. If, in 10 years time when we all have pressure-sensitive keys, I type enter or ENTER by hitting the keys harder, and xterm sends By which

Re: Improve vim's keyboard input subsystem

2008-04-17 Fir de Conversatie Bram Moolenaar
Paul Evans wrote: On Thu, Apr 17, 2008 at 08:25:56PM +0100, Paul LeoNerd Evans wrote: On Thu, Apr 17, 2008 at 09:16:46PM +0200, Bram Moolenaar wrote: Vim copes poorly with a variety of different keyboard inputs. [...] Where does termcap/terminfo fit into your ideas? If

Re: incsearch highlighting weirdness

2008-04-17 Fir de Conversatie Dominique Pelle
On Thu, Apr 17, 2008 at 9:33 PM, Gary Johnson [EMAIL PROTECTED] wrote: On 2008-04-17, A.Politz [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: Vimmers, i'm patched through 293 and running suse started vim with vim -u NONE -U NONE to produce the weirdness start