cecamp

Results 6 comments of cecamp

Try using [syntax/sh.vim](http://www.drchip.org/astronaut/vim/index.html#SYNTAX_SH) and check that it fixes things.

Romain Goyet wrote: > I think you accidentally a word ;-) > > You correct! > :) Chip (strictly speaking, it wasn't a word, for those who may be lurking:...

javiertejero wrote: > I had the same issue. And I realised that on this VIM version there is no keyboard equivalent for "Carriage return". Instead, they all map to "Line...

Just saw this thread today. Netrw is getting the filetype from: `filetype detect`.

I haven't tried it on windows; under linux, netrw works just fine with your [id] directory. Are you using the latest netrw? Its at v174b as of now. You can...

Mostly this sounds like a synchronization problem, especially where "syn sync fromstart" is the fix. Vim provides several choices for this; see :help syn-sync . One may specify how many...