Hi developers, now I send the current version of my list. Although I know it is not a very good style to send a list and not one message for each item. May ...
version7.txt, lines 79 and following. There is: When using CTRL-A on "08" it became "018", which is illogical. Now it becomes "9". The leading zero(s)...
Hello, This is simplified version of script for inserting non-breakable space in Polish texts in LaTeX. It checks for construction like 1991 r. and after...
Hi All, I'm wondering if there's any way I can rsync my runtime file directory? I like keeping my runtime file directory updated :). I'm aware of a method to...
Patch 6.3.056 Problem: The last characters of a multi-byte file name may not be displayed in the window title. Solution: Avoid to remove a multi-byte...
Patch 6.3.055 (after 6.3.013) Problem: Can't use getcmdline(), getcmdpos() or setcmdpos() with <C-R>= when editing a command line. Using <C-\>e may crash...
Bram, I'd like to propose a patch to src/testdir/Make_dos.mak in the vim7 tree. It consists of surrounding the line VIMPROG = ..\vim with !ifndef $(VIMPROG) ...
Vim 7.0aa (alpha), snapshot 0035: GUI does not link, apparently because global symbol _gui_mch_getmouse (used 3 times) is undefined. (Console version compiles,...
Hi Bram, When I try to use the "for" statement inside a function, I get the error: E193: :endfunction not inside a function A sample code illustrating this is...
Hi all, Is it possible to split a string into a list using a specified separator? This feature can be used to split the output from an external command into...
Hi developers, there are two things I want to report. 1. when doing a linewise yank and then the command sequence ggVGp there is an empty line created that...
Hi all, When moving between search matches and grep/make quickfix locations, I often find myself asking "what function am I in?". So I'd like to display the...
Hi Bram, The type () function currently returns either 0 (Number) or 1 (String). This should be updated to return the new list and function type also. -...
Hello, I have been yearning for a feature in vim that would allow me to access a shell from a split window in Vim for so long. I recently came across the...
Hello, Examples of bug: 1) :version of vim.exe reports link command had "-o gvim.exe" in it. 2) And :version of successful debug build does not show the -g...
Hello, Using a fresh vim63src.zip, I built vim.exe using Make_ming.mak. The output of version is attached below. Right clicking on vim.exe and selecting...
Bram, I have attached a patch to Make_mvc.mak. It adds another CPUNR option and removes some debug options from CFLAGS, PDB, and LINK_PDB. CPUNR: Adds "P4" to...
Hello Vim Developers, ... This works fine but each line ends with a colorful ^M. Is this intended to be "part of the experience" of binary viewing/editing; or...
I'm proposing the present patch to Make_cyg.mak (version as in the 6.3.0 archives) to solve several problems I've run into when using it. (With help from Dan...
Hi developers, to me it seems that doing :keepj exe "norm somecommands" does not work. Doing :exe "keepj norm somecommands" works. Best regards Jens...
Hi everybody, The issue is simple, having ts=4 and cino=(0 I get this. my_test_funcion_line(const char *my_first_arg, const char *my_second_arg); Which is 2...
One of the features which makes vim really useful is ":set incsearch". However, it has some small deficiencies. These are observations of its use; I have yet...
Hi, I noticed that gvim (6.3.41) startup on my Win98 machine suddenly got really slow after updating my plugins. I tracked it down to a isdirectory() call like...
Patch 6.3a.006 Problem: "yip" moves the cursor to the first yanked line, but not to the first column. Looks like not all text was yanked. (Jens Paulus) ...