mawww / kakoune

mawww's experiment for a better code editor
http://kakoune.org
The Unlicense
10k stars 715 forks source link

Last entered command register (:) is not updating #3714

Open chyvonomys opened 4 years ago

chyvonomys commented 4 years ago

Steps

Kakoune v2020.09.01

:colorscheme tomorrow-night<ret>
:colorscheme gruvbox<ret>
":P

Outcome

pastes :colorscheme tomorrow-night

Expected

should paste :colorscheme gruvbox

krobelus commented 4 years ago

See #3105 and https://github.com/ul/kak-lsp/issues/298

krobelus commented 4 years ago

I just realized we are supposed to use ":<a-p>

ewtoombs commented 3 years ago

The / register isn't updating either. Related? When I do a / search, then try, for instance "/p, nothing happens. When I fill the / register with "/y, though, it is filling.

krobelus commented 3 years ago

"/p

use "/<a-p>