bogado / file-line

Plugin for vim to enabling opening a file in a given line
http://www.vim.org/scripts/script.php?script_id=2184
299 stars 61 forks source link

Plugin breaks syntax highlighting after opening several files #28

Closed Gray-Wind closed 9 years ago

Gray-Wind commented 9 years ago

After vim file1 file2 second file opens without syntax highlighting.

bogado commented 9 years ago

I can see this issue, but I might not have enough time to investigate this right now.

Uroc327 commented 9 years ago

Not only syntax highlighting is broken.. Also bufexplorer is broken (and probably some more other plugins)

I don't know, if this is news for you, but may it helps.

bogado commented 9 years ago

Uro327: how are they broken?

Uroc327 commented 9 years ago

sry for my inactiveness, had a bit to do for school.. The problem was, that e.g. my bufexplorer (jlanzarotta/bufexplorer) did not show up. I just tried to investigate further to supply more detailed information with the latest file-line and bufexplorer plugins, but that issue disappeared. So maybe it was an incompatibility between an old bufexplorer and the file-line plugin (the issue appeared after updating only file-line).

With the latest plugin I only miss the syntax highlighing too.

blueyed commented 9 years ago

Duplicate of #29 - and should be fixed in #34.