... Hash: SHA1 Hi all. INTRO: I was trying to fix highlighting of the following 2 lines (my .vimrc) map <S-F10> :syn match PreProc "^[^:]92;+:"<CR> let...
Ok I want to make another (and for now last time announcement of MorphOS Binaries). I do this because I made some major changes of the diff and changed the...
... Hash: SHA1 Hi all. TODO ITEM: todo.txt, line 1671 : match({pat}, {string}, [count]) get index of count'th match Little correction: "count" should be the...
c.vim is currently trained to look for: #include <foo> #include "bar" Also possible (and not TOO uncommon), though not recognized by c.vim, are macro...
Hello, Just now, I just uploaded a plugin script called Editable User Interface (eui_vim.vim, #906). Most of the value of this plugin lies in the ideas...
Patch 6.2.251 Problem: GTK: The 'v' flag in 'guioptions39; doesn't work. (Steve Hall) Order of buttons is reversed for GTK 2.2.4. Don't always get focus back...
Patch 6.2.252 (extra, after 6.2.243) Problem: Mac: Dropping a file on a Vim icon causes a hit-enter prompt for Mac OS classic. Solution: Remove the #ifdef...
Patch 6.2.249 Problem: ":cnext" moves to the error in the next file, but there is no method to go back. Solution: Add ":cpfile" and ":cNfile". Files:...
Hi, The attached XSL stylesheet takes VIM's XHTML output and converts it to a XSL-FO document. I use this to convert source code into syntax highlighted PDF's...
I am implementing a GDB interface to Vim (VIM - Vi IMproved) that uses GDB annotations level 2. a) When a breakpoint is 'enable once', it becomes disabled the...
This patch allows one to map keypad keys (e.g., <kPlus>) in the GTK2 gvim even while XIM is on ('noimdisable39;).
Could those in the position to please test...
I tried to build an up-to-date vim over the weekend (Fedora), and patch 236 fails to apply: + patch -p0 -b --suffix .pl1236 -s 1 out of 2 hunks FAILED --...
Hi, I have set "guioptions=gmrLtT", that means the left vertical scrollbar will only appear when I vertically split the screen. That works perfect; when I have...
Hi, the main src directory contain the files "dlldata.c", "if_ole.h", "iid_ole.c", "vim.tlb" I assuem that all those files are part of the Win32-OLE interface...
Vim has served me well without problem for the last six months. I had a problem a couple of days ago which suggests I should do some work on it. I have many...
Hi, I just checked out the current CVS at my W2k PC. During checkout it complains about the file en_gb.po that there is a file "in the way". It seems, that...
Patch 6.2.248 Problem: GTK: When XIM is enabled normal "2" and keypad "2" cannot be distinguished. Solution: Detect that XIM changes the keypad key to the...
... Hash: SHA1 Hi vim-dev's. INFO: todo.txt (2004-02-02) says (lines 1882-1883) - ---8<--- 8 When using ":q" in a changed file, the error says to "use !"....
Patch 6.2.247 (after 6.2.193) Problem: When using a search pattern from the viminfo file the last character is replaced with a '/'. Solution: Store the...
Patch 6.2.246 Problem: Mac: Starting Vim from Finder doesn't show error messages. Solution: Recognize that output is being displayed by stderr being ...
Patch 6.2.245 Problem: Completion doesn't work for ":keepmarks" and ":lockmarks". Solution: Add the command modifiers to the table of commands. (Madoka ...
Hi, Bram, I think you have forgotten to add entries for the recently added commands to the command table, thus command-line completion for them are not...
Patch 6.2.244 Problem: ':echo "\xf7"' displays the illegal byte as if it was a character and leaves "cho" after it. Solution: When checking the length of...
Patch 6.2.243 (extra) Problem: Mac: Dropping a file on a Vim icon causes a hit-enter prompt. Solution: Move the dropped files to the global argument list,...
... Hash: SHA1 Hi all. PROBLEM: In some cases comments are not highlighted properly. It happens because javaScriptRegexpString is matched instead. SUGGESTED...
Hello, I recently got a Pegasos II running MorphOS ontop of it (well for those not familar, it's some sort of Amiga like Computer System made by people from...
Hi all, I just updated my source files from CVS, and compiled using gcc-3.3.2. When installing, I got the following issues: de.po:4310: number of format...
Hi, When doing a ':cs add cscope.out39; where cscope.out is in the current directory all I get is the following error. E262: error reading cscope connection 0 ...