Closed francoisGuerret closed 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"
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.
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
it does not work neither... #notMyVimrc
Any error in the console? If you've altered the EINA_LOG_LEVELS
environment variable after seeing #7, make sure to have it unset.
I could reproduce, but only with neovim 0.2.0
. The problem does not happen with 0.2.1
or later.
The change command ( 'c' key) does not behave as expected but as an insert ('i' key) command. For instance 'ciw' insert 'iw'...