Patch 6.2.422 Problem: In CTRL-X completion messages the "/" makes them less readable. Solution: Remove the slashes. (Antony Scriven) Files:...
Bram Moolenaar
Bram@...
Apr 1, 2004 10:24 am
35619
Patch 6.2.423 Problem: ":vertical wincmd ]" does not split vertically. Solution: Add "postponed_split_flags". Files: src/ex_docmd.c, src/globals.h,...
Bram Moolenaar
Bram@...
Apr 1, 2004 11:01 am
35620
Patch 6.2.424 Problem: A BufEnter autocommand that sets an option stops 'mousefocus' from working in Insert mode (Normal mode is OK). (Gregory Seidman) ...
Bram Moolenaar
Bram@...
Apr 1, 2004 12:19 pm
35621
Patch 6.2.425 Problem: Vertical split and command line window: can only drag status line above the cmdline window on the righthand side, not lefthand side. ...
Bram Moolenaar
Bram@...
Apr 1, 2004 12:50 pm
35622
... But not for complex tasks, which needs extra data ... Than can I write plugins in C, which can be compiled easily by end users? Gergo -- +-[ Kontra,...
Gergely Kontra
kgergely@...
Apr 1, 2004 1:27 pm
35623
Patch 6.2.426 Problem: A syntax region end match with a matchgroup that includes a line break only highlights the last line with matchgroup. (Gary Holloway)...
Bram Moolenaar
Bram@...
Apr 1, 2004 1:42 pm
35624
... Hmmm, that would be nice but I don't think there is an API you could use for that. What I mean is I know of no well defined way how to use vim variable in...
Zdenek Sekera
Zdenek.Sekera@...
Apr 1, 2004 2:26 pm
35625
... Extra data? ... I don't see why providing support for C plugins would be simpler than extending support for Vim scripting. Have a look at Python, which...
Bram Moolenaar
Bram@...
Apr 1, 2004 2:46 pm
35627
http://www.acc.umu.se/~stric/tmp/vim-poster.jpg /Tomas -- Tomas Ögren, stric@..., http://www.ing.umu.se/~stric/ ... `- Sysadmin at {cs,ing,acc}.umu.se...
Tomas Ogren
stric@...
Apr 1, 2004 5:01 pm
35628
... It works fine for me. Are you sure your relevant option settings didn't change? To be sure you can backup to patchlevel 390 and recompile. Is this with GTK...
Bram Moolenaar
Bram@...
Apr 1, 2004 6:55 pm
35629
Hi, all - Using the latest vim (patchlevel 426), on GTK/Linux, Hebrew no longer displays correctly. It was fine with patchlevel 390, so somewhere in the last...
Ron Aaron
ron@...
Apr 1, 2004 7:28 pm
35630
... Confirming problems with utf-8 and 05e4, just slightly different: Vim 6.2.412 se enc=utf-8 <C-V>u05e4 insert proper glyph (OK, I don't know if this is...
Mikolaj Machowski
mikmach@...
Apr 1, 2004 7:37 pm
35631
... Very appropriate: "Make your woman smile for a week". :-) I'll put it on the "weird" page, thanks. -- hundred-and-one symptoms of being an internet addict:...
Bram Moolenaar
Bram@...
Apr 1, 2004 9:02 pm
35632
... What are the relevant options? My enc and gfn have not changed. This is GTK2, and it all worked fine a week ago before I upgraded vim. I even did a ...
Ron Aaron
ron@...
Apr 1, 2004 9:06 pm
35633
... It's difficult to say which options matter. At least 'fileencoding' and 'fileencodings'. Since you mention characters being displayed as <xxxx>, Vim...
Bram Moolenaar
Bram@...
Apr 1, 2004 9:25 pm
35634
... That's the culprit! I put the following at the top of mbyte.c after the header files, and gvim works again: #undef __STDC_ISO_10646__ -- My GPG public key...
Ron Aaron
ron@...
Apr 1, 2004 9:43 pm
35636
Starting gvim is slow when I run on a vnc session; it starts fast when I run from a normal session. In other words, starting gvim from my normal KDE desktop (X...
Ron Aaron
ron@...
Apr 2, 2004 7:38 am
35637
... Well, so much for using a standard library function to improve quality. I suspect your problem is the iswprint() function. Where do these iswprint() and...
Bram Moolenaar
Bram@...
Apr 2, 2004 8:46 am
35638
Patch 6.2.427 (extra) Problem: When pasting a lot of text in a multi-byte encoding, conversion from 'termencoding' to 'encoding' may fail for some...
Bram Moolenaar
Bram@...
Apr 2, 2004 9:36 am
35639
Patch 6.2.428 Problem: The X11 clipboard supports the Vim selection for char/line/block mode, but since the encoding is not included can't copy/paste ...
Bram Moolenaar
Bram@...
Apr 2, 2004 12:07 pm
35640
Patch 6.2.429 Problem: Unix: glob() doesn't work for a directory with a single quote in the name. (Nazri Ramliy) Solution: When using the shell to expand,...
Bram Moolenaar
Bram@...
Apr 2, 2004 12:41 pm
35641
Hello, I run into a problem for quite some time now. I run VIM on MorphOS normally. Editing etc. all works. But when entering 'vim' as is standalone without...
Ali Akcaagac
aliakc@...
Apr 2, 2004 12:43 pm
35642
... Kewl! I begin to regret I don't use Windows ;) Corious it would be possible to use VimActiveX as textarea editor? m. -- LaTeX + Vim =...
Mikolaj Machowski
mikmach@...
Apr 2, 2004 12:46 pm
35643
Cool! On the other hand, reading the edited text out of vim and into the container does seem to be a little difficult, since afaik vim does not export any COM...
Ben Peterson
ben.peterson@...
Apr 2, 2004 12:56 pm
35644
Patch 6.2.430 Problem: BOM at start of a vim script file is not recognized and causes an error message. Solution: Detect the BOM and skip over it. Also...
Bram Moolenaar
Bram@...
Apr 2, 2004 1:34 pm
35645
On Tue, 30 Mar 2004, Bram Moolenaar wrote: [...] ... Not exactly. GDB commands are entered through the Vim command line with `:call gdb("GDB_command")' or with...
Xavier de Gaye
XavierDeGaye@...
Apr 2, 2004 1:47 pm
35646
Hi Xavier, probably forgot to attach it... Malte PS: I'm on holiday for the next 10 days, so no further tests possible. ... -- ... Malte Neumann ... Institut...
Malte Neumann
neumann@...
Apr 2, 2004 2:09 pm
35647
Hi, In my solaris 2.6 and 2.8 systems, vim with 6.2.248 does not compile, with the error gui_gtk_x11.c: In function `key_press_event': gui_gtk_x11.c:1101:...
Zvi Har'El
rl@...
Apr 2, 2004 2:35 pm
35648
... One way to debug startup problems is to add something like this to your vimrc file: set nomore verbose=20 redir! > ~/vimlog.txt Since your vimrc file is...
Benji Fisher
benji@...
Apr 2, 2004 2:52 pm
35649
... I can see this is useful to be able to create mappings that invoke gdb commands, but I would really want be able to type gdb commands and use the clever...