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
{{ message }}
This repository has been archived by the owner on Oct 16, 2019. It is now read-only.
I was following "Learn Vimscript the Hard Way", which had an instruction on setting :iabbrev adn and so that every time you type adn, it is corrected to and, but vim-autoclose seems to prevent iabbrev from working when you press space. This happens with alphabetical characters. Other iabbrev, like :iabbrev @@ [email protected] works correctly.
The text was updated successfully, but these errors were encountered:
Noticed that vim-autoclose breaks abbreviations feature of vim the other
day. Found Townk/vim-autoclose#51 which
provides a workaround, seems to work when I enable it.
Also added an abbreviation mapping for one of my frequent typos of my
first name, while I was at it. Eventually I may move abbreviations into
a separate file, but for now it's fine directly in vimrc.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I was following "Learn Vimscript the Hard Way", which had an instruction on setting
:iabbrev adn and
so that every time you typeadn
, it is corrected to and, but vim-autoclose seems to prevent iabbrev from working when you press space. This happens with alphabetical characters. Other iabbrev, like:iabbrev @@ [email protected]
works correctly.The text was updated successfully, but these errors were encountered: