Hi, This patch just fixes a few problems for the qnx port - * A mistake in os_qnx.c * Scrolling in vertically split windows with photon * A few functions were...
If the win32 version is not running in a console (e.g. over telnet) then an attempt to change the terminal size results in Vim trying to resize the Win32...
Hello, Scrolling in quickfix window using i and j (and some others) does not remove highlighting from the previous line. Ctrl-L fixes it. Also, after doing...
hello, i asked this on vim@... and did not get an answer. could someone see if they know how to do this.... thanks, denis ... [snip] is it possible to use...
Hi, If I run Vim built on SunOS 5.6 on SunOS 5.5.1 and invoke help then I am getting the following exception: ld.so.1: /usr/local/packages/vim/vim-5.7/bin/vim:...
Hello Folks, Is it possible to achieve the following in any manner: If on a closed fold, 'zo' would open that fold else 'zo' would open the first closed fold...
Question: Is it possible that the error-window is automatically opened if a ":make" or ":grep" signals some errors and the error-window *is not* already open? ...
Hello all,
I've written a simple PO mode for Vim. PO files, if you don't know it,
are a message catalog file format for gettext used for localising
software....
Hi all! I'm using ftplugin scripts to get special behavior, scripts, etc. loaded for particular files. Specifically, I have a line like: vim: ft=specialty...
I want to make Ctrl-Shift-A map to something. But when I have map <c-s-a> ...stuff... I get map <C-A> ...stuff... which of course means pressing Ctrl-A no...
... Hmm, that *used* to stop it, at least for me, but no longer with ft==vim files. I haven't bothered to track it down yet... OK, here's why: vim 6.0z has a...
Hi, I noticed today that version 6.0z of help.txt doesn't include a reference to the ruby interface. I don't believe this was intentionally done, since the...
[redirected to the vim-dev list, since this is about Vim 6.0] ... "Any sufficiently advanced technology is indistinguishable from magic." Arthur C. Clarke ... ...
Hello all, I decided recently to find out about SGML and DocBook, and unsurprisingly would find it useful to have some tools that convert a DocBook file into ...
Deep down in the TODO list I found an entry about creating menu items for setting common options. I haven't found any further discussion about this on the...
hello, i havent been paying much attention to Explore script, and i just tried it and it turned out amazingly easy and usefull and actually usable :) ......
Mark, I should also say that when i hit enter on "../", i am taken to the right directory, and the display is fine, and everything. denis -- /* * Denis...
Hi all, A couple of days ago I started programming in GTK+, just to get some experience with working with an API, and to fix bugs / create apps just for fun...
Hi, On Windows 2000, vim 6.0z includes hidden files when doing command line filename completion. Is this new? I don't recall it happening previously. If it is...
Vim explodes when first character of command is lowercase [:alpha:] but not ... +++ ex_docmd.c Fri Mar 30 14:52:55 2001 @@ -1226,7 +1226,7 @@ goto doend; } ...
hello all, ouch Iam again and again taunted by compiler and system bugs. I was editting one of the files to add the printing stuff and I put a for loop for(i...
Since I'm naturally lazy, I threw together a python script that extracts Bram's patches out of his emails and applies them to the dev source (without exiting...
... The minimum set of operations that should work are: 1. Copying from xterm/rxvt and pasting into a vim running in a rxvt. 2. Copying from vim running in...
How can I silence 'wq' in a script? The usual 'silent wq' doesn't work, I still get message like "x" 12L 100C [w] on the command line I don't want it....