Re: Fixed issue with langmap

2010-06-15 Fir de Conversatie Valery Kondakoff
2010/6/15 Vladimir A. Pavlov p...@bk.ru: But when I try pressing ^[ to exit insert mode (or ^O to exit it temporarily) in russian xkb layout I got `х' (the russian character placed at the same key as `[') inserted instead of exiting. All the keybindings with Ctrl key don't work, such as

Anyone want to implement vi keys in OpenOffice

2010-06-15 Fir de Conversatie Lennart Borgman
I just got the message that vi keys are welcome in OpenOffice, but as an addon, please see http://www.openoffice.org/issues/show_bug.cgi?id=89663 Perhaps there is someone on the vim lists interested in implementing this? Kind regards, L -- You received this message from the vim_dev maillist.

RE: Improved integration between Vim and its environment (full-screen, open URL, background execute())

2010-06-15 Fir de Conversatie John Beckett
Peter Odding wrote: I've asked myself why Vim's system() function on Windows uses vimrun.exe and shows a command prompt window. The only reason I can think of is so that the user has a chance to quit the external command using Ctrl-C. Sorry if the following is not relevant (I have not

Re: Patch 7.2.426

2010-06-15 Fir de Conversatie Valery Kondakoff
On Fri, May 14, 2010 at 7:33 PM, Bram Moolenaar b...@moolenaar.net wrote: Patch 7.2.426 Problem:    Commas in 'langmap' are not always handled correctly. Solution:   Require commas to be backslash escaped. (James Vega) Files:      src/option.c Hmm... Something wrong here. Now, if I'm adding

Re: Patch 7.2.426

2010-06-15 Fir de Conversatie Valery Kondakoff
On Tue, Jun 15, 2010 at 3:47 PM, Valery Kondakoff stra...@nncron.ru wrote: Patch 7.2.426 Problem:    Commas in 'langmap' are not always handled correctly. Solution:   Require commas to be backslash escaped. (James Vega) Files:      src/option.c I'm receiving an error E357 'Matching character

Re: Patch 7.2.426

2010-06-15 Fir de Conversatie Andy Wokula
Am 15.06.2010 13:53, schrieb Valery Kondakoff: On Tue, Jun 15, 2010 at 3:47 PM, Valery Kondakoffstra...@nncron.ru wrote: Patch 7.2.426 Problem:Commas in 'langmap' are not always handled correctly. Solution: Require commas to be backslash escaped. (James Vega) Files: src/option.c

Re: Patch 7.2.426

2010-06-15 Fir de Conversatie Valery Kondakoff
On Tue, Jun 15, 2010 at 4:01 PM, Andy Wokula anw...@yahoo.de wrote: Am 15.06.2010 13:53, schrieb Valery Kondakoff: I'm receiving an error E357 'Matching character missing for a' if I execute ':set langmap=a\,' form command line. Seems to work well like this: :set langmap=a\\,'. Is this a bug?

Re: Improved integration between Vim and its environment (full-screen, open URL, background execute())

2010-06-15 Fir de Conversatie Luc Hermitte
Hello, Tom Link wrote : Which executable do you intend to execute in a cross-plattform portable way? (c)make/(b)jam/aap, gcc, doxygen, ctags, latex, ... As far as I'm concerned, the need exists. I'd rather not require an external executable/DLL though. -- Luc Hermitte

RE: [patch] redraw bug with 'foldcolumn' and 'conceallevel'

2010-06-15 Fir de Conversatie Vince Negri
From: Dominique Pellé [mailto:dominique.pe...@gmail.com] Thinking about it further, this second attached patch also fixes the fold column redraw bug with less redraws than patch in previous email. However, unlike previous patch, it does not fix the redraw glitches with moving commands ) ]]

Re: Patch 7.2.426

2010-06-15 Fir de Conversatie James Vega
On Tue, Jun 15, 2010 at 8:20 AM, Valery Kondakoff stra...@nncron.ru wrote: On Tue, Jun 15, 2010 at 4:01 PM, Andy Wokula anw...@yahoo.de wrote: Am 15.06.2010 13:53, schrieb Valery Kondakoff: I'm receiving an error E357 'Matching character missing for a' if I execute ':set langmap=a\,' form

Re: Patch 7.2.426

2010-06-15 Fir de Conversatie Valery Kondakoff
On Tue, Jun 15, 2010 at 5:55 PM, James Vega james...@jamessan.com wrote: That is, if you simply do :set langmap=a\, then after the command-line is parsed you get :set langmap=a,.  The comma isn't escaped.  When you do :set langmap=a\\,, then the backslash still exists after the command-line is

Re: Improved integration between Vim and its environment (full-screen, open URL, background execute())

2010-06-15 Fir de Conversatie Ernie Rael
On 6/14/2010 10:24 PM, Peter Odding wrote: Ernie Rael wrote: I wonder what the chances are of getting a new command in vim that does what you want (or perhaps some options for no-window and no-wait). Then the DLL on windows would not be needed. [...]on UNIX it's dead easy to make

Re: Anyone want to implement vi keys in OpenOffice

2010-06-15 Fir de Conversatie Tux
I second that. ViEmu for MS Office is so damn great, I really wonder why no-one has (apparently) done that for OO.org yet. -- You received this message from the vim_dev maillist. Do not top-post! Type your reply below the text you are replying to. For more information,

Re: [patch] redraw bug with 'foldcolumn' and 'conceallevel'

2010-06-15 Fir de Conversatie Matt Wozniski
On Tue, Jun 15, 2010 at 9:08 AM, Vince Negri wrote: From: Dominique Pellé [mailto:dominique.pe...@gmail.com] Thinking about it further, this second attached patch also fixes the fold column redraw bug with less redraws than patch in previous email. However, unlike previous patch, it does

Re: [patch] redraw bug with 'foldcolumn' and 'conceallevel'

2010-06-15 Fir de Conversatie Dominique Pellé
Vince Negri wrote: From: Dominique Pellé [mailto:dominique.pe...@gmail.com] Thinking about it further, this second attached patch also fixes the fold column redraw bug with less redraws than patch in previous email. However, unlike previous patch, it does not fix the redraw glitches with

Re: [patch] redraw bug with 'foldcolumn' and 'conceallevel'

2010-06-15 Fir de Conversatie Bram Moolenaar
Dominique Pellé wrote: Vince Negri wrote: From: Dominique Pellé [mailto:dominique.pe...@gmail.com] Thinking about it further, this second attached patch also fixes the fold column redraw bug with less redraws than patch in previous email. However, unlike previous patch, it does

Re: Improved integration between Vim and its environment (full-screen, open URL, background execute())

2010-06-15 Fir de Conversatie Tom Link
Which executable do you intend to execute in a cross-plattform portable way? (c)make/(b)jam/aap, gcc, doxygen, ctags, latex, ... In my experience the major problem with running external apps like those listed above is filenames -- e.g. when I use cygwin tools from windows gvim or when I