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 NERDTree plugin #42

Open gmerzu opened 9 years ago

gmerzu commented 9 years ago

Commit 'bcada' breaks NERDTree in the following case: when run Vim with a directory as an argument, such as vim some_dir NERDTree doesn't became active as it should (NERDTreeHijackNetrw is on).

Also I found next bug: With vim-startify plugin and no NERDTree, neither Netrw nor file:line don't work. Probably this one is connected to startify, but the strange thing is that with both plugins: startify and NERDTree, and the commit reverted everything works.

ldong commented 9 years ago

I have the same issue, and I fixed here https://github.com/ldong/file-line.

@bogado I made a PR here, https://github.com/bogado/file-line/pull/55. Thanks.

ellcs commented 6 years ago

I can still verify that bug.