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

Breaks MRU plugin #47

Closed guillermobox closed 8 years ago

guillermobox commented 9 years ago

This one: http://www.vim.org/scripts/script.php?script_id=521

The autocmd! is the problem, you are clearing the autocmd from MRU. I'm working around it removing the "!" so the autocomands are not cleared. But I'm sure there is a better solution!