I have been writing R scripts in Vim for some time now. Starting an hour ago, I began facing an issue that every time I type an underscore (_), it gets automati
_
:verbose imap _ should tell you which (probably filetype plugin) has set this.
:verbose imap _
It's less likely to be an abbreviation, but :verbose ia _ would tell you.
:verbose ia _