2016-03-30 16:39 GMT+03:00 Ken Takata <[email protected]>: > Hi Bram, > > 2016/3/27 Sun 21:23:36 UTC+9 Bram Moolenaar wrote: >> 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. > > The usage of bars in the help is written in `:help bars`, but the usage > of backticks are not written, I think. Maybe it's better to mention about > backticks.
Also how about actually changing the meaning to “inline code block”? >From that “quick :helpgrep” I see that backticks are used as “inline code block” in: 1. plugins like command-t, editorconfig, ag, pymode (though this one uses ``…`` inherited from rst I guess, but this is also highlighted, though excluding “outer” backticks), Bashka/vim_template, gutentags 2. change.txt: e.g. from “`:retab!`” <C-]> will not jump to `:retab`, though other backticks are mostly proper links 3. cmdline.txt: e.g. from “`:'<,'>`” it will not jump anywhere, though other backticks are also mostly links here 4. filetype.txt: all occurences mark shell commands 5. if_pyth.txt: almost all occurences mark Python code 6. pi_netrw.txt: all occurences mark shell or VimL commands 7. starting.txt: again commands with bangs, <C-]> does not jump 8. syntax.txt: 2 of 2 occurences did not mean links 9. version7.txt: I see things like “`str()`”: Python code again In any case allowing space inside backtick highlighted region is not going to change the ability of <C-]> to jump to a tag. > > Regards, > Ken Takata > > -- > -- > 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.
