Me - ... Sorry, I forgot how to use... Install C:\> regsvr32 \path\to\activevim\ReleaseUMinDependency92;ActiveVim.dll C:\> start...
35618
Bram Moolenaar
Bram@...
Apr 1, 2004 10:24 am
Patch 6.2.422 Problem: In CTRL-X completion messages the "/" makes them less readable. Solution: Remove the slashes. (Antony Scriven) Files:...
35619
Bram Moolenaar
Bram@...
Apr 1, 2004 11:01 am
Patch 6.2.423 Problem: ":vertical wincmd ]" does not split vertically. Solution: Add "postponed_split_flags". Files: src/ex_docmd.c, src/globals.h,...
35620
Bram Moolenaar
Bram@...
Apr 1, 2004 12:19 pm
Patch 6.2.424 Problem: A BufEnter autocommand that sets an option stops 'mousefocus39; from working in Insert mode (Normal mode is OK). (Gregory Seidman) ...
35621
Bram Moolenaar
Bram@...
Apr 1, 2004 12:50 pm
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. ...
35622
Gergely Kontra
kgergely@...
Apr 1, 2004 1:27 pm
... 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,...
35623
Bram Moolenaar
Bram@...
Apr 1, 2004 1:42 pm
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)...
35624
Zdenek Sekera
Zdenek.Sekera@...
Apr 1, 2004 2:26 pm
... 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...
35625
Bram Moolenaar
Bram@...
Apr 1, 2004 2:46 pm
... 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...
35627
Tomas Ogren
stric@...
Apr 1, 2004 5:01 pm
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...
35628
Bram Moolenaar
Bram@...
Apr 1, 2004 6:55 pm
... 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...
35629
Ron Aaron
ron@...
Apr 1, 2004 7:28 pm
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...
35630
Mikolaj Machowski
mikmach@...
Apr 1, 2004 7:37 pm
... 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...
35631
Bram Moolenaar
Bram@...
Apr 1, 2004 9:02 pm
... 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:...
35632
Ron Aaron
ron@...
Apr 1, 2004 9:06 pm
... 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 ...
35633
Bram Moolenaar
Bram@...
Apr 1, 2004 9:25 pm
... It's difficult to say which options matter. At least 'fileencoding39; and 'fileencodings'. Since you mention characters being displayed as <xxxx>, Vim...
35634
Ron Aaron
ron@...
Apr 1, 2004 9:43 pm
... 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...
35636
Ron Aaron
ron@...
Apr 2, 2004 7:38 am
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...
35637
Bram Moolenaar
Bram@...
Apr 2, 2004 8:46 am
... 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...
35638
Bram Moolenaar
Bram@...
Apr 2, 2004 9:36 am
Patch 6.2.427 (extra) Problem: When pasting a lot of text in a multi-byte encoding, conversion from 'termencoding39; to 'encoding39; may fail for some...
35639
Bram Moolenaar
Bram@...
Apr 2, 2004 12:07 pm
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 ...
35640
Bram Moolenaar
Bram@...
Apr 2, 2004 12:41 pm
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,...
35641
Ali Akcaagac
aliakc@...
Apr 2, 2004 12:43 pm
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...
35642
Mikolaj Machowski
mikmach@...
Apr 2, 2004 12:46 pm
... Kewl! I begin to regret I don't use Windows ;) Corious it would be possible to use VimActiveX as textarea editor? m. -- LaTeX + Vim =...
35643
Ben Peterson
ben.peterson@...
Apr 2, 2004 12:56 pm
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...
35644
Bram Moolenaar
Bram@...
Apr 2, 2004 1:34 pm
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...
35645
Xavier de Gaye
XavierDeGaye@...
Apr 2, 2004 1:47 pm
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...
35646
Malte Neumann
neumann@...
Apr 2, 2004 2:09 pm
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...
35647
Zvi Har'El
rl@...
Apr 2, 2004 2:35 pm
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_event39;: gui_gtk_x11.c:1101:...
35648
Benji Fisher
benji@...
Apr 2, 2004 2:52 pm
... 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...