On Sa, 16 Mai 2026, Hernán Ibarra Mejia wrote:
> Dear Vim community, > > I found two typos in the documentation. > > :help cmdline-history > > Use the 'history' option to set the number of lines that are remembered > > (default: 50). > > The default was changed from 50 to 200 (Patch 9.1.0895) but the docs were not > updated. Thanks for noticing. I updated it and pushed it with commit: 0fa3603d6d9cec774f3060a33c5977 > > :help skeleton > > There are mentions of using the normal-mode command `ks` to make a mark "s". > The > "k" should be an "m". That is correct. It uses the ex command :k (see :h :k) and not the normal mode command m. Thanks, Christian -- <markm> c++: the power, elegance and simplicity of a hand grenade -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/vim_dev/ag1fvP/XKAjAq4X5%40256bit.org.
