-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
E349: No identifier Under Cursor #23
Comments
Unfortunately I don't really get what I am seeing in the jpg. It is very blurry on my machine. Is it supposed to be an animated gif? Also, see |
I also started seeing this error after updating terminus today. It happens when I first start Vim. A git bisect points me at 9382e00 as the culprit and can verify that adding |
I also had to update my compile-commandt.sh script because the location of the extconf.rb file changed. I also started seeing an error after updating terminus (E349: No identifier Under Cursor), so I am pinning that at an earlier version for now. More info: wincent/terminus#23
I suspect some interaction with a plug-in, so will need a bit more help to repro this. |
I removed all plugins except for the following:
and the problem persists. Here's the output of
Perhaps there is something up with the version of vim I am on, or possibly something in my configuration. I can dig in some more later, but unlikely today. |
Actually, I tracked it down to this line in my vim config: nnoremap <silent> <Esc> :nohlsearch<CR><Esc> |
Interestingly, this also triggers it: nnoremap <silent> <Esc> <Esc> |
Also, FYI I've updated Vim to include patches through 666 and same issue. |
Thanks for the minimal repro, @lencioni. I can repro it, although I haven't thought of a fix for it yet. Doesn't repro in Neovim, BTW. |
Workaround: define any multi-char mapping starting with
You'll get the annoying delay mentioned in 9382e00, but at least you won't see that error. |
fwiw, I was having an issue with the file reloading feature and, thanks to this thread, I fixed it by removing a very similar line from my vimrc (it was an unused mapping anyway):
for the record, my issue was:
iterm2, tmux 2.4, vim 8 thanks, folks! |
I believe this same mapping recently starting causing more annoying problems with terminus that sound very similar to what @rcarraretto was experiencing. Main difference is that my prompt showed me a few lines in the file around where my cursor was. |
I don't know how to describe this issue, please see the jpg
fixed:
let g:TerminusFocusReporting=0
The text was updated successfully, but these errors were encountered: