Reputation: 823
Here is my complete vim configuration files https://bitbucket.org/tristan_ph/dotvim. And my vimrc https://bitbucket.org/tristan_ph/dotvim/src/tip/.vimrc
Here are the steps to re-produce the problem.
How do I open the listings_controller.rb that is listed on buffer list (:ls)? Im not sure if this is caused by another plugin.
Upvotes: 4
Views: 720
Reputation: 40927
If you run :ls!
you will also see unlisted buffers. Here you can see the number of the deleted buffer and can switch to it with :b#
where # is the buffer number.
Upvotes: 5