2016-03-27 18:04 GMT+03:00 LCD 47 <[email protected]>: > On 27 March 2016, Bram Moolenaar <[email protected]> wrote: >> >> Tyru wrote: >> > [...] >> > * In some places in repeat.txt, backtick(`) was used instead of bar(|) >> > like `:packadd`. >> > But almost quoted words seem to have its own helptag. >> > If there is a helptag, it should be quoted by bar so a user can jump it. >> >> The backticks work like bars, but highlight the text as a command. I >> started doing this a year ago, so there are still lots of commands in >> bars. The idea is to use backticks where possible. > > Any idea what was the first version of Vim that supported backticks > in help files?
You may use `hg grep`/`git log -S` to find this out: I found 7.3.510 (searched helpCommand in runtime/syntax/help.vim). > > /lcd > > -- > -- > 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]. > For more options, visit https://groups.google.com/d/optout. -- -- 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]. For more options, visit https://groups.google.com/d/optout.
