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
MacVim's gvimrc overrides some mapping from janus.
To reproduce:
# Install MacVim
brew install macvim
# Good ol' print debuggingecho"echo \"loading macvim gvimrc\""| tee -a /usr/local/Cellar/macvim/7.4-95/MacVim.app/Contents/Resources/vim/gvimrc
echo"echo \"loading janus mappings\""| tee -a ~/.vim/janus/vim/core/before/plugin/mappings.vim
# Check out a mapping
mvim +'verbose map <D-Up>'
This outputs:
loading janus mappings
loading macvim gvimrc
<D-Up>*<C-Home>
Last set from /usr/local/Cellar/macvim/7.4-95/MacVim.app/Contents/Resources/vim/gvimrc
The text was updated successfully, but these errors were encountered:
MacVim's gvimrc overrides some mapping from janus.
To reproduce:
This outputs:
The text was updated successfully, but these errors were encountered: