On Fri, November 16, 2012 04:02, ping wrote: > I know vim is an "pure text" editor, not word or rendering system. > but currently I have it displaying the bold, italic, underline with an > asciidoc syntax highlight file. > https://github.com/dagwieers/asciidoc-vim
This syntax script has some nasty side effects like remapping some keys. That is at least unexpected and should never happen in a syntax script but belongs into a filetype plugin. > > it is surprisingly good in terms of displaying effect and asciidoc > syntax compliance. > > only thing is it is VERY slow sometime when you jump back and forth. but > that is another issue. > here I'm talking about the word displaying effect -- I'm still curious > how can this pure text editor display the a underline under each > charactor, but it works. It's a syntax property. Read :h attr-list to see, what is possible. > anyway, if the underline is OK, how about a "cross-through" line? Not possible with syntax matching. regards, Christian -- You received this message from the "vim_use" 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
