jeanguyomarch / eovim

The Enlightened Neovim
https://github.com/jeanguyomarch/eovim/wiki
MIT License
193 stars 3 forks source link

Nice cursor but change command broken #8

Closed francoisGuerret closed 7 years ago

francoisGuerret commented 7 years ago

The change command ( 'c' key) does not behave as expected but as an insert ('i' key) command. For instance 'ciw' insert 'iw'...

francoisGuerret commented 7 years ago

dans le même genre, il semblerait que la commande 'insert' efface les commandes précédentes et passe en insertion. Par exemple, je ne peux plus utiliser le 'i' pour sélectionner le "inner word" comme avec 'diw' qui, au lieu d'effacer le mot courant ,insère "w"

francoisGuerret commented 7 years ago

delete ne marche plus en mode normal non plus. Par exemple, 'dw' ou 'de' se comportent comme 'w' et 'e'. et 'dd' ne supprime pas la ligne courante.

jeanguyomarch commented 7 years ago

Wut? What have you done to your vimrc? I don't know what the change command is supposed to do (haven't look yet), but dw, de, ... delete as they are expected to delete.

Can you try again your commands from your top build directory by running:

env EOVIM_IN_TREE=1 ./eovim -u NONE
francoisGuerret commented 7 years ago

it does not work neither... #notMyVimrc

jeanguyomarch commented 7 years ago

Any error in the console? If you've altered the EINA_LOG_LEVELS environment variable after seeing #7, make sure to have it unset.

jeanguyomarch commented 7 years ago

I could reproduce, but only with neovim 0.2.0. The problem does not happen with 0.2.1 or later.