Skip to content
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

replace iunmap <CR> with inoremap <CR> <CR> #669

Merged
merged 1 commit into from
Sep 8, 2014

Commits on Sep 3, 2014

  1. replace iunmap <CR> with inoremap <CR> <CR>

    If noninvasive completion is set, i get the following error:
    
    Error detected while processing ~/.vimrc:
    line  730:
    E31: No such mapping
    Press ENTER or type command to continue
    
    To avoid this "no such mapping" error, instead of unmapping the commands for <CR> one can simply overwrite it with itself to reset it, which works regardless of wether the mapping existed or not.
    wolfgangpfnuer committed Sep 3, 2014
    Configuration menu
    Copy the full SHA
    a299f31 View commit details
    Browse the repository at this point in the history