Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 55 by carlobal...@...: b:undo_ftplugin is not defined in some files under ftplugins...
Hi, I would like to know if it is possible to include runtime/doc/tags in .hgignore? after I build vim this file shows as modified in mercurial and then when I...
Hello, I found a strange behaviour in the message prompt. Here is how to reproduce it: (1) :echo join(range(1,100), "\n") (2) move down and up for example:...
Hello, I had send this to bugs AT vim.org,but I'm not sure if this address is to continue working. When I was edit English text I has this strang character. ...
Hi Using Vim-7.3.475, I can reproduce a memory leak using the ':rv!' command when reading dictionary or list global variables i.e. with 'viminfo39; containing !...
Hi, Currently, if one wants to extend vim's functionality using python, he also has to learn considerable amount of Vim Script, which in my opinion isn't...
number relativenumber reset bug? I use several machines, Linux, Mac, Windows and have a vimrc that works very for all. The versions of vim range from 6.2 to...
Hi Bram, using the command line argument -g you can force the graphical version. But you can't prevent starting the gui version. This matters, if you want to...
Hi, I run into the following gvim crash happened when I try to switch to other tabs by using "1gt" or "2gt" if NERDTree is opened. the crash is: ChildEBP...
Patch 7.3.473 Problem: 'cursorbind39; does not work correctly in combination with 'virtualedit39; set to "all". Solution: Copy coladd. (Gary Johnson) Files:...
Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 57 by zyx....@...: After creating a new line using <CR> <C-o> moves one character...
Hi Bram, when listing the sign definition or placements, you can't abort using the usual q/<ESC>/<Ctrl-C> keys. Attached patch fixes it, by checking the...
This is a minor issue: "vim --help" does not describe the command line options -E and --echo-wid. Is this intentional to keep "make help" short? If not,...
Hi. if_perl.xs contains global function prototype. But gcc 4.x make this occur error. if_perl.c:1102:1: error: static declaration of 'XS_VIM_Msg' follows...
Hi; using vim 7.3 patchlevel 382. How to reproduce: 1. visudo -f /etc/sudoers 2. Write %user1 see its highlighted 3. Add a 1 so it becomes %users1 it becomes...
Patch 7.3.447 (after 7.3.446) Problem: Win32: External commands with "start" do not work. Solution: Unescape part of the command. (Yasuhiro Matsumoto) ...
Hi, Sorry, forgot to mention that you need :set report=0 Cheers -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply...
Hello! wincmd r, wincmd x modify windows (rotate and exchange, respectively). This process carries window variables along. However, wincmd s and wincmd v,...
Hi, ... The step before the last step is: When the 'syntax39; option was set above, this triggers an autocommand ... REPLACING AN EXISTING SYNTAX FILE...
Hi everyone, Now 'ambiwidth39; can only be global. But this is not very reasonable. For example, on a CJK system, people may want to read nfo files, whose...
A question came up on superuser.com about backwards motions in Vim: "To move a word forward in Vim, you press w or e. How can I move a word * backwards*?" I...
Any ideas here what might be going on? I was able to get Vim to use chcp.com only by copying it from the System32 directory into $VIMRUNTIME. I think this is...
There is a bug in the 'cursorbind39; feature of Vim 7.3.470 when 'virtualedit39; is "all". The cursor position in the inactive window(s) is supposed to track the...
Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 56 by dominiqu...@...: Pressing <C-R> continuously to redo changes inserts <12>...
I'm considering applying for the Google summer of code again. I have a few projects in mind: 1. Write tests for the regexp engine, so that we can finally use...
Hi, The following syntax rules behave differently when included into other syntax: syn keyword barKey X contained syn keyword barKey Y Attached archive that...