Hi Benjamin, On Tue, Jan 24, 2012 at 14:25, Benjamin R. Haskell <[email protected]> wrote: > On Tue, 24 Jan 2012, Guido Van Hoecke wrote: >> o.......Open files, directories and bookmarks.................... >> go......Open selected file, but leave cursor in the NERDTree..... >> >> But why does >> :'<,'>s/\./ /g >> only change the first set of '.' of every line and not the trailing '.'? > > Are you sure it's not doing the job?
It was caused by one of my initialization settings, it's working as expected with 'vim -u NONE' > :hi SpecialKey guifg=Red I have listchars set as follows: :set listchars=tab:»·,trail:· which uses a kind of a middle dot, well different from the plain full stop. Nevertheless, I didn't actively know about the ':hi SpecialKey' feature, and I've entered it in my .vimrc, thanjs Benjamin. With kind regards, Guido -- On Thanksgiving Day all over America, families sit down to dinner at the same moment -- halftime. http://vanhoecke.org ... and go2 places! -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
