I often define my own text objects. But I noticed that some of them are not correctly repeatable with the "." command. I investigated the cause of the...
Hello, I'm a student interested contributing to the Vim project(probably thorough bug fixes and cleaning the issue tracker) through Google Summer of Code, but...
Hello, I wrote the P() Vimscript function to compute Ð. A C language compiled version take about 2 seconds to return the result (1200 chars string). But the...
Patch 7.3.872 Problem: On some systems case of file names is always ignored, on others never. Solution: Add the 'fileignorecase' option to control this at...
Patch 7.3.859 Problem: 'ambiwidth39; must be set by the user. Solution: Detects East Asian ambiguous width (UAX #11) state of the terminal at the start-up...
Dear Vim_Dev, If one is in the directory of the current file '%:h:h39; expands to '.', while it should expand tas '%:p:h:h39; does. This is probably is not very ...
Patch 7.3.871 Problem: search('^$', 'c') does not use the empty match under the cursor. Solution: Special handling of the 'c' flag. (Christian Brabandt) ...
Hi, Following discussion in another thread this patch moves the minimum version of Windows supported in a default build of VIM up to Windows XP. This should...
Hi, attached patch adds a new field called 'a' into guifont spec for gui_win32. This allows Windows user to control font antialiasing style in same fashion as...
How about implementing a hightlighting of the pattern searched for in :g/.../ expressions? At times the resulting list is quite long and it is difficult to...
Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 124 by ikirudennis: vim.vim syntax highlighting bug when option string starts with 'z' ...
Patch 7.3.875 (after 7.3.866) Problem: Build problem with some combination of features. Solution: Use FEAT_XCLIPBOARD instead of FEAT_CLIPBOARD. Files:...
Looking at vim 7.3 filetype.vim: " Vim support file to detect file types " " Maintainer: Bram Moolenaar <****@***.***> " Last Change: 2010 Jul 30 This is valid...
It is possible to give an arbitrary number of counts and "motion force" (v V <C-V>) after an operator. For example, in the current Vim 7.3.874, the following...
Patch 7.3.870 Problem: Compiler warnings when using MingW 4.5.3. Solution: Do not use MAKEINTRESOURCE. Adjust #if. (Ken Takata) Files: src/gui_w32.c,...
Patch 7.3.869 Problem: bufwinnr() matches buffers in other tabs. Solution: For bufwinnr() and ? only match buffers in the current tab. (Alexey Radkov) ...
Patch 7.3.868 Problem: When at the hit-return prompt and using "k" while no text has scrolled off screen, then using "j", an empty line is displayed. ...
Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 120 by vlad.ir...@...: folds are displayed incorrectly after uncaught error in...
Patch 7.3.866 Problem: Not serving the X selection during system() isn't nice. Solution: When using fork() do not loose the selection, keep serving it. ...
Possibly this is a bug, but I'm not sure. Through user fow in #vim on freenode, I've confirmed no side effect in 7.3.409, but there is a side effect in 7.3.547...
I only bring this up because I want to understand vim more, and because I want to draw attention to the issue: I've posted a question on SO that explains my...