dvcrn / proton

space-atom. spacemacs and sublimious style editing in atom
GNU General Public License v3.0
565 stars 56 forks source link

fix(core):remove vim-mode-plus-ex-mode #274

Closed boogie666 closed 7 years ago

boogie666 commented 7 years ago

vim-mode-plus-ex-mode plugin suggests that you should use basic ex-mode instead of this plugin. On first ':' the plugin does not start, but shows this message

"Use ex-mode if you want better ex-mode then uninstall this package,"

in an info popup, all susequent ':' work as expected. This is quite annoying...

This pull request removes vim-mode-plus-ex-mode and replaces it with regular ex-mode. In addition default keybinding for "vim-mode-plus-ext-mode" are removed since they are no longer needed.

dvcrn commented 7 years ago

Apologies for being a little late with this. Thanks a lot! I'll release it soon 😄

boogie666 commented 7 years ago

hi, no worries :) thx for accepting it

dvcrn commented 7 years ago

Released in v0.16.0!

boogie666 commented 7 years ago

yey :-)