Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 114 by mistyde...@...: vim breaks statically-linked ruby by stripping symbols ...
Sergey - When I run the tests under valgrind, while Vim was built with the MzScheme interface, I get a lot of errors. See below. Some may be false warnings,...
I'm building vim on Windows 7 with MinGW. It cannot be compiled with racket 4.2 anymore. It used to get compiled before patch 7.3.791 Now I always get: [...] ...
Hi, I believe some change in patch 7.3.769 causes showmatch behaviour to change Test case - Start with an empty buffer - Type ) in line &lines + 10 (the number...
Patch 7.3.829 Problem: When compiled with the +rightleft feature 'showmatch39; also shows a match for the opening paren. When 'revins39; is set the screen may ...
Hi, My eyes hurts everytime I had to hunt for a specific feature in the listing shown by :version. Attached patch formats the feature list shown by :version...
Patch 7.3.823 (after 7.3.821) Problem: Building with Cygwin: '-lsupc++' is not needed. Solution: Remove it. (Ken Takata) Files: src/Make_cyg.mak ... ...
Hi Marc! ... Bram, here is a patch, making [^\n] not match NL within the text and that also documents, that '.' matches CR and LF within the text. This makes...
Bram, one of my annoyances with vim currently is, that when using n/N for searching the direction depends on the previous search command. But I usually forget...
Hi, It seems like the colorcolumn highlighting has higher priority than hlsearch, which I think it shouldn't, as it defeats the purpose of highlighting the...
I think one of the patches since 804 has broken something, because I can't get a working gvim with Perl using Make_ming.mak--it fails during linking: ...
Hi, The blowfish encryption mode is vulnerable (not to revelation of the plaintext), but the encryption is not checked for integrity or authenticity. This...
Hi guys, I'm trying to add new options to allow users tweak their fold columns. The first option is: 'foldcolshowlvl' 'fsl': Show a number representing the...
All, Andy Wokula suggested a solution to the problem that buffer-local mappings have to wait if they are prefixes of global mappings. Below is a patch that...
Hi, When I split the window my cursor disappears. The cursor is still functional but has just disappeared. This is tested because when I scroll I can see the...