Christian Brabandt
Christian Brabandt
This only works, if the FileType autocommand is removed.
The whole idea of the separators is, that they automatically show a nice transition from foreground to background color so that the next sections foreground looks nice. This does not...
It won't be on my priority list very high, as there is a lot of other things I have to take care, but let me re-open it and see if...
If you are using Vim and have `edit_headers` set, you can make that work from your editor using the `Attach` pseudo header. Have a look at my vim plugin [CheckAttach](https://github.com/chrisbra/CheckAttach/)
Well, I can collect your file and send it to Bram, or you can do it. I would prefer if you can do it, since you know obviously best, when...
that would be great.
I believe this is what happens, because the terminal send those keys and that's what vi then receives. Try e.g. in your terminal: ``` cat -A
please run `vi --version`
oh sorry, I did not mean to use `:vim` but just `vim --version` (so from a command line terminal, not from vi inside). Also please see this faq entry here:...
so do you have a vimrc? Does it work if you run in non-compatible way? (e.g. `vi -N`)?