VIM

komandaro

:5000,10002d forigu la linioj

How do I make vim show tabs explicitly?

You can use ”:set list” (which defaults to “nolist”), which shows tabs as ^I and puts a “$” at the end of lines. You can also define highlighting regions with “syn match” to define a single tab. You can then link this to whatever highlighting you like perhaps using the following:

:syn match TAB_CHAR “\t” :hi link TAB_CHAR Error

(Thanks to Tom Chase)

vim.txt · Lastaj ŝanĝoj: 2009/06/15 14:24 (ekstera redakto)
chimeric.de = chi`s home Creative Commons License Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0