mirror of
https://github.com/neovim/neovim.git
synced 2026-02-05 19:37:21 +00:00
Problem: When opening a buffer on a directory and inside a try/catch then
the BufEnter event is not triggered.
Solution: Return NOTDONE from readfile() for a directory and deal with the
three possible return values. (Justin M. Keyes, closes vim/vim#1375,
closes vim/vim#1353)
e13b9afe12