John wrote: > 2010/1/29 François Ingelrest <[email protected]>: >> I can't reproduce on Ubuntu 9.10 with Vim 7.2.344. I get the warning >> about the illegal filename, but Vim doesn't hang and doesn't eat the >> CPU. > > OK, I guess it's fixed. Thank you! > > John
I can't reproduce the bug either with Vim-7.2.245 or Vim-7.2.351. That does not mean that bug has been fixed. Perhaps something in your ~/vimrc or an installed plugin triggers a bug. I'd suggest that you compile the latest Vim yourself and verify whether it's fixed. Compiling Vim on Ubuntu is simple: 1/ Install Ubuntu packages required to build Vim: $ sudo apt-get build-dep vim 2/ Install mercurial package: $ sudo apt-get install mercurial 3/ Download Vim sources: $ hg clone https://vim.googlecode.com/hg/ vim 4/ configure/compile/install Vim: $ cd vim $ ./configure --with-features=huge $ make $ sudo make install (this will install vim in /usr/local/...) And tell us whether it solves the issue or not. Or if you don't mind sharing your ~/.vimrc & ~/.vim content, someone might be able to reproduce the bug. Regards -- Dominique -- You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php
