Re: comma in $HOME bug?

2009-05-11 Fir de Conversatie Michael Hordijk
On 05/05/2009 04:20 PM, Bram Moolenaar wrote: Michael Hordijk wrote: On 05/05/2009 01:04 PM, Matt Wozniski wrote: On Tue, May 5, 2009 at 12:50 PM, Michael Hordijk wrote: That being said, normally when an application has a problem with certain characters in a string, said characters are

Bug? BufRead sets local options in wrong tab on reload

2009-05-11 Fir de Conversatie Ben Fritz
I posted this originally on vim_use but only got one response, from someone who thinks it's a bug. The original thread is here: http://groups.google.com/group/vim_use/browse_thread/thread/d93a0878b9a5bb91/8619edd9992fdd20 Basically, I have two tabs open, each with a single buffer loaded, and a

Re: Can't compile latest Vim-7.2.166 with +hangul_input feature

2009-05-11 Fir de Conversatie Bram Moolenaar
SungHyun Nam wrote: Bram Moolenaar wrote: Dominique Pelle wrote: I notice that I cannot compile latest Vim-7.2.166 with +hangul_input feature on Linux x86. In :help hangul it says to configure Vim as follows: ./configure --with-x --enable-multibyte --enable-fontset

Re: comma in $HOME bug?

2009-05-11 Fir de Conversatie Bram Moolenaar
Michael Hordijk wrote: On 05/05/2009 04:20 PM, Bram Moolenaar wrote: Michael Hordijk wrote: On 05/05/2009 01:04 PM, Matt Wozniski wrote: On Tue, May 5, 2009 at 12:50 PM, Michael Hordijk wrote: That being said, normally when an application has a problem with certain characters in

Bug report: :bufdo e breaking syntax highlighting on displayed buffers.

2009-05-11 Fir de Conversatie Will Kraytos
Steps to recreate: - At the command line, create 4 Python files with minimal code, and launch vim displaying them all: echo 'def foo(): print bar # test' | tee {foo,bar,baz}.py qux.py vim -c split foo.py -c split bar.py -c split baz.py qux.py - Inside Vim: If you don't have syntax