Hello Vim Developers, In build 115, `Gvim -d` now splits horizontally instead of vertically by default. Is this intended? This strange behavior is also in...
Cannot make (g)vim(d).exe 7.00aa from snapshot 0114 using its new Make_cyg.mak on W32 When making buffer.o (the first module), make chokes with the following ...
Bram, (Vim 7 from this morning's CVS sources - WinXP) I probably need to stop using slashdot.org to test HTML editing code against but here's a snippet that...
Hi, I'm noticing the following behaviour when using <c-v>it with the following text: <H2 CLASS="themeheader">Archived changes</H2> If the cursor is on the A of...
Hello, I just acquired GVIM 7.0aa-0110 from Tony Mechelynck39;s site (thanks Tony!). My previous version was 94. The thing I've noticed is that my Java source...
Patch 6.3.081 Problem: Unix: glob() may execute a shell command when it's not wanted. (Georgi Guninski) Solution: Verify the sandbox flag is not set. ...
Hello -- I don't know if this is for Bram or for Dr. Chip. When I want to browse the "Home" directory, it is necessary to do ":e $HOME": if, instead, I use ":e...
I'm trying to automate installations on our developer workstations. Unfortuanately gvim is the only package that does not support silent installation. I would...
Hello group, when typing with tabstop=8 and softtabstop=4 you need 4 backspaces to delete 4 tabs - as expected. but when i add the 'list' option, it only needs...
Hello Vim Developers, I used diff to compare two files. Each file has twelve columns of numbers. Only the 3rd, 7th and 11th columns are different. The vim...
Hello all, (WinXP, latest VIM7 from cvs sources but has been happening for a while) I'm creating a script to convert html to text that it's in a form similar...
Hi Bram, Here's an excerpt from my make log for the message translations for Vim 7.00aa.0106 (in French, probably because of my "country options" for Dos ...
I reported this particular issue back on January 21, 2004. Bram was able to confirm the bug, but that was the last I heard of regarding this bug. I hadn't...
For some bizarre reason VC 5.0 and 6.0 complain about comparing unsigned and signed data for equality. (Bizarre because they do not diagnose analogous...
Hi Bram! Just checking src/po/ after building, I notice that the following .po files have no .mo counterpart: cs.cp1250.po ja.sjis.po pl.cp1250.po ru.cp1251.po...
It seems latest Make_mvc.mak has a bug - it creates "vim" and "gvim" files rather than "vim.exe" and "gvim.exe" One can fix this with a patch: ... ...
After ":setglobal bomb", opening a new buffer (e.g., using ":new" or ":enew") does not set 'bomb' for that buffer; rather, the default value 'nobomb39; is used. ...
I am using vim 6.1, MSW XP"Pro". I tend to keep at least two panes/windows going in the editor at once. I also use the 'ed'-style commands (e.g., :34,36m141 to...
Hello, How stable are .spl files? Bram, are you going to make some changes in format of these files? If no - apart from bug hunting - I could provide...
... You can place the 'spellfile39; in the current directory. That allows for a per-project word list. Thus if you want to place it in a specific directory you...
Greetings, I noticed that the functionality of explorer.vim was absorbed by netrw.vim for Vim 7. I set 'autochdir39; in my _vimrc and have noticed that with it...
Hello, When doing mapping ... with setting set mousem=popup_setpos or set mousem=popup Popup menu is called on cursor position, not place of mouse click. Looks...