Hello Bram These do the same thing: let @/ = @/ . pad[c] let @/ .= pad[c] Is there an advantage (speed? resources?) to use one rather the other? That is, other...
I have a new PC with Windows 7 that I want to use to build Vim for distribution. It's a 64 bit system but I first want to build 32 bit binaries. I have...
Patch 7.3.610 Problem: Cannot operate on the text that a search pattern matches. Solution: Add the "gn" and "gN" commands. (Christian Brabandt) Files:...
Hi Attached patch contains various small fixes in vim help files. In version7.txt, I removed the line... Add completion for ":ownsyntax" and improve completion...
Hi, I noticed an issue with omnicomplete in vim 7.3.617. If I open vim with vim foo.html and then type <div style="display:<C-X><C-O> then the "display:" part...
Hi, I found the problem in indent/vim.vim. ... The match uses "=~" and "!~" instead of "=~" and "!~". So if set ignorecase, the indentation is wrong. I fixed...
From the vim_use list thread, "Activating Windows gVim from the command line": ... Attached in a proposed patch to add this tag. The patch is based on Vim...
vim 7.3 has 600+ patchs now ! what is the time of next version of vim ? -- You received this message from the "vim_dev" maillist. Do not top-post! Type your...
Hi, My vim seems to flicker on big terminals because the output buffer is limited to 2K. Outputting a full redraw of large screen needs much more characters...
When using auto completion on php or C with user's autocmd, it's affected from user's autocmd. For example, If user want to show up quickfix, below's autocmd...
Patch 7.3.620 Problem: Building with recent Ruby on Win32 doesn't work. Solution: Add a separate argument for the API version. (Yasuhiro Matsumoto) Files:...
on windows, gvim become slow while executing shell. When type alt-tab to switch focus of windows, vim don't work quickly. If it have many window messages, I...
Using <C-c> as a leader key breaks 'Does not trigger the InsertLeave autocommand event' I use GVim 7.3.600. Steps to reproduce: gvim -u NONE -U NONE set...
Hi Attached patch fixes the following item in in ":help todo": =========================================================== ":e ~br<Tab>" does not complete to...
Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 47 by weasley...@...: In Win32, mouse wheel do not scroll the window under cursor ...
escape / after \V ... Use of "\V" means that in the pattern after it only the backslash has a special meaning. "very nomagic" I have a function: function!...
Hi, all I have one question regarding to the global/local boolean option in vim. I want to set noignorecase in insertmode. When leaving insert mode, I want to...
Patch 7.3.618 (after 7.3.616) Problem: Still doesn't compile with small features. Solution: Move current_search() out of #ifdef. (Dominique Pelle) Files:...
I recently discovered that GVim for Windows evidently doesn't Save files the same way that other text editors for Windows do. So I'm: + Making others aware of...
Patch 7.3.613 Problem: Including Python's config.c in the build causes trouble. It is not clear why it was there. Solution: Omit the config file. (James...