You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I start neovim and issue <C-o> I see the error ERROR: Failed to evaluate expression. However, when I start neovim and issue <C-p> followed by <C-o> I don't get any error (but the list presented doesn't show any MRU entries that I can detect).
I'm not sure even how to debug this - any suggestions?
The text was updated successfully, but these errors were encountered:
I can't reproduce this on the most recent neovim package on Ubuntu 16.04 ("0.2.1-dev"). Can you update to the latest version of cpsm, run "nvim -V9log", invoke CtrlPMRU with cpsm, and then find the traceback in the generated "log" file?
I tried the instructions in https://github.com/nixprime/cpsm#options to setup the builtin
CtrlPMRUFiles
in neovim:When I start neovim and issue
<C-o>
I see the errorERROR: Failed to evaluate expression
. However, when I start neovim and issue<C-p>
followed by<C-o>
I don't get any error (but the list presented doesn't show any MRU entries that I can detect).I'm not sure even how to debug this - any suggestions?
The text was updated successfully, but these errors were encountered: