Simon Ruderich wrote: > Patch 7.3.504 and the following runtime update changed (some of) > the ".." notation to `..` with a different highlighting. > > I'm not entirely sure what counts as a command. Should `..` be > used for all commands which can be entered, e.g. even `3dw` or > `v`, but also `:set`? If yes, there are still quite a few ".."s > to be converted to `..`. Just tell me if it's necessary and I'll > convert them and send a patch.
While discussing a printed version of the Vim help, we realized that it is currently not possible to distinguish quoted text from an executable Vim command. The latter would be given a different font, e.g. a mono-spaced font. By putting commands in backticks we can make the difference. I was wondering if this would cause problems somewhere, thus I changed a few places to use backticks. It seems to be OK, thus we could do this for all the help files. If you take up the effort to change this, please do one file at a time. And use the ones in the Mercurial repository. > And it looks like intro.txt wasn't updated for this change: > > :h quotecommandquote > > Should we keep the tag name *quotecommandquote* or change it too? I'll change that. -- Veni, Vidi, Video -- I came, I saw, I taped what I saw. /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- 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
