Closed GoogleCodeExporter closed 9 years ago
Comments on the formatting of the test.rb file:
Crashes on vim 4.7 with 22 or more spaces between regex and comment.
There must be one or fewer spaces surrounding the equal sign.
Right side: crashes on regex, not string.
Original comment by Bradlees...@gmail.com
on 16 Feb 2014 at 3:37
This looks like a bug fixed shortly after Vim-7.4 was released.
See description of patch 7.4.003 here:
ftp://ftp.vim.org/pub/vim/patches/7.4/README
Can you try to use a more recent version of Vim?
On Ubuntu, you can build the latest Vim from sources
as follows:
$ apt-get build-dep vim-gnome
$ hg clone https://code.google.com/p/vim/
$ cd vim
$ ./configure --with-features=huge --enable-gui=gtk2
$ make -j 4
$ sudo make install
Vim will be installed in /usr/local/bin/vim
Original comment by dominiqu...@gmail.com
on 16 Feb 2014 at 7:33
Yep. Looks like that did it. Thanks.
Original comment by Bradlees...@gmail.com
on 17 Feb 2014 at 5:39
Original comment by lech.lor...@gmail.com
on 17 Feb 2014 at 5:48
Original issue reported on code.google.com by
Bradlees...@gmail.com
on 16 Feb 2014 at 3:32Attachments: