Re: mail plugin and hexdump file cause endless loop in vim 7

2007-05-05 Thread Andrei A. Voropaev
On Sat, May 05, 2007 at 12:27:36PM +0200, Bram Moolenaar wrote: It's the syntax highlighting. Do :syn clear and the problem goes away. Ok, thank you. -- Minds, like parachutes, function best when open

mail plugin and hexdump file cause endless loop in vim 7

2007-05-04 Thread Andrei A. Voropaev
Hi! I've hit one interesting problem. When I've tried to send in an email large hexdump (around 50K) the vim entered endless loop with 100% CPU usage. I could terminate this loop by hitting Ctrl-C, but as soon as I've tried to move to the long line the same thing happened again. Since I could

Re: help needed with completion in version 7

2007-04-30 Thread Andrei A. Voropaev
On Fri, Apr 27, 2007 at 11:23:06PM +0200, Bram Moolenaar wrote: Andrei Voropaev wrote: [...] Unfortunately it's not just a missing screen. If you try to do completion again it won't work. So again, type the beginning of word, hit Ctrl-N, hit Backspace, type ( and beginning of another word

Re: help needed with completion in version 7

2007-04-27 Thread Andrei A. Voropaev
On Fri, Apr 27, 2007 at 11:00:50AM +0200, A.J.Mechelynck wrote: Andrei A. Voropaev wrote: On Fri, Apr 27, 2007 at 06:51:47AM +0200, A.J.Mechelynck wrote: [...] Completion continues until: - You type a non-word character, such as a space or a comma; This is not 100% correct. It continues

Re: help needed with completion in version 7

2007-04-27 Thread Andrei A. Voropaev
On Fri, Apr 27, 2007 at 11:51:52AM +0200, Andrei A. Voropaev wrote: On Fri, Apr 27, 2007 at 11:00:50AM +0200, A.J.Mechelynck wrote: Andrei A. Voropaev wrote: On Fri, Apr 27, 2007 at 06:51:47AM +0200, A.J.Mechelynck wrote: [...] Completion continues until: - You type a non-word character

Re: help needed with completion in version 7

2007-04-27 Thread Andrei A. Voropaev
On Fri, Apr 27, 2007 at 03:30:45PM +0200, A.J.Mechelynck wrote: Andrei A. Voropaev wrote: Actually, I've hit another bug few times already, unfortunately I can't reproduce it. When I type quickly and miss a key, then I try to undo my changes and instead get back the message Can't undo

help needed with completion in version 7

2007-04-26 Thread Andrei A. Voropaev
Hello! There is one thing about completion in version 7 that keeps confusing me. Let's look at the example. Take the text -- int test_func1() { } int test_func2() { } - Now I want to add new line int test_func3() I type 'int t' and the

Re: How to replace cp1252 characters

2006-12-06 Thread Andrei A. Voropaev
On Wed, Dec 06, 2006 at 12:54:23PM +0100, Andreas Otto wrote: I would like to know how I can replace cp1252 characters with other strings. If I open a file in vim some charcters are displayed like 96. The file which contains these characters is encoded with cp1252. Iconv fails with illegal

man pages in gvim

2006-09-06 Thread Andrei A. Voropaev
Hello! If I hit K in normal mode, then I get man page for the word I'm in. But in gvim this does not quite work. First I get the warning Terminal is not fully functional, and then comes the man page with formatting like this SYNOPSIS #include sys/poll.h int

Re: man pages in gvim

2006-09-06 Thread Andrei A. Voropaev
On Wed, Sep 06, 2006 at 09:44:22AM +, Yakov Lerner wrote: On 9/6/06, Andrei A. Voropaev [EMAIL PROTECTED] wrote: Hello! If I hit K in normal mode, then I get man page for the word I'm in. But in gvim this does not quite work. First I get the warning Terminal is not fully functional

fonts for gui menu (gtk)

2006-08-05 Thread Andrei A. Voropaev
Hi! Can anyone explain me how the font for menu in GUI is selected? I have 3 computers with the same set of fonts and the same configuration for fonconfig, the same version of gvim (different GTK though) and on all 3 machines I get different menu font :) The worse is on the laptop. There the font

Re: differences in regexp replace

2006-06-19 Thread Andrei A. Voropaev
On Mon, Jun 19, 2006 at 12:20:10PM +0530, Jerin Joy wrote: Hi, I have the same version of vim installed on two different machines. The file I want to edit contains inputsignala; input signalb; I wanted to have just signala, signalb on a line so that the file looks like:

Re: Vim7 auto-downloading spell dictionary

2006-06-14 Thread Andrei A. Voropaev
On Wed, Jun 14, 2006 at 10:37:45AM +0200, Bram Moolenaar wrote: Steve Hall wrote: Does the vim7 automatic downloading of a new spellcheck dictionary work as advertised in :help spellfile.vim? The command in help is: autocmd SpellFileMissing * call

Re: Vim7 auto-downloading spell dictionary

2006-06-14 Thread Andrei A. Voropaev
On Wed, Jun 14, 2006 at 03:28:56PM +0200, Bram Moolenaar wrote: Andrei Voropaev wrote: The document I'm trying to check is an HTML file, so maybe the the html coding somehow prevents spell checking? Actually I've just tried it. If I use spellcheck in a_file.txt, then it works. When I try

Re: Laungage

2006-05-17 Thread Andrei A. Voropaev
On Wed, May 17, 2006 at 01:23:37PM +0200, Jansen of Lorkeers, Richard wrote: I have a general question, we now use the EDT editor (OPENVMS) for editing PASCAL. Is it possible to use VIM or PASCAL. Depends on what you mean under use. Vim can edit any plain text files. Pascal program source is a

Re: undo/redo mess with version 7.0 and utf-8 text

2006-05-15 Thread Andrei A. Voropaev
On Fri, May 12, 2006 at 07:20:03AM +0900, Yukihiro Nakadaira wrote: I cannot reproduce your problem but I probably had been having similar problem that breaks undo but I cannot remember it... Maybe it disappeared when something was upgraded. Now I can use scim (with other trouble related to

Re: keymaps in vim7.0, where are they?

2006-05-11 Thread Andrei A. Voropaev
On Wed, May 10, 2006 at 10:02:59PM -0400, Benji Fisher wrote: On Wed, May 10, 2006 at 10:36:52AM +0200, Andrei A. Voropaev wrote: Hi! I've installed vim 7 from sources. This did the installation for the RT, but somehow the keymaps directory is missing. I've copied it from the old 6.3

Re: undo/redo mess with version 7.0 and utf-8 text

2006-05-11 Thread Andrei A. Voropaev
On Thu, May 11, 2006 at 10:51:21AM +0200, Bram Moolenaar wrote: Andrei A. Voropaev wrote: [...] I can't enter Japanese if I don't use input method :) You can use CTRL-V u , where is the hex value of the character. To find out the value use ga on a character. Inserting

undo/redo mess with version 7.0 and utf-8 text

2006-05-10 Thread Andrei A. Voropaev
Hi! I'm working with the text files in utf-8 that contain mixture of russian and japanese text (and english). The undo/redo stuff simply does not work. For Japanese input I'm using Scim with Anthy. Usually it reveals itself this way: sometimes I get E438 error u_undo line numbers wrong and it

Re: undo/redo mess with version 7.0 and utf-8 text

2006-05-10 Thread Andrei A. Voropaev
On Wed, May 10, 2006 at 05:08:43PM +0200, Bram Moolenaar wrote: To be able to look into this I need an exact desciption of what you are doing. Start with vim -u NONE to avoid any of your startup scripts. Since it depends on the text you enter, you need to mention that too. In the simplest