comparison runtime/doc/usr_41.txt @ 1326:22886f3d882d v7.1.040

updated for version 7.1-040
author vimboss
date Thu, 26 Jul 2007 20:58:42 +0000
parents 3e6269e0e700
children 73fe8baea242
comparison
equal deleted inserted replaced
1325:f26d0c74a329 1326:22886f3d882d
761 foldlevel() check for the fold level at a specific line 761 foldlevel() check for the fold level at a specific line
762 foldtext() generate the line displayed for a closed fold 762 foldtext() generate the line displayed for a closed fold
763 foldtextresult() get the text displayed for a closed fold 763 foldtextresult() get the text displayed for a closed fold
764 764
765 Syntax and highlighting: 765 Syntax and highlighting:
766 clearmatches() clear all matches defined by |matchadd()| and
767 the |:match| commands
768 getmatches() get all matches defined by |matchadd()| and
769 the |:match| commands
766 hlexists() check if a highlight group exists 770 hlexists() check if a highlight group exists
767 hlID() get ID of a highlight group 771 hlID() get ID of a highlight group
768 synID() get syntax ID at a specific position 772 synID() get syntax ID at a specific position
769 synIDattr() get a specific attribute of a syntax ID 773 synIDattr() get a specific attribute of a syntax ID
770 synIDtrans() get translated syntax ID 774 synIDtrans() get translated syntax ID
771 diff_hlID() get highlight ID for diff mode at a position 775 diff_hlID() get highlight ID for diff mode at a position
776 matchadd() define a pattern to highlight (a "match")
772 matcharg() get info about |:match| arguments 777 matcharg() get info about |:match| arguments
778 matchdelete() delete a match defined by |matchadd()| or a
779 |:match| command
780 setmatches() restore a list of matches saved by
781 |getmatches()|
773 782
774 Spelling: 783 Spelling:
775 spellbadword() locate badly spelled word at or after cursor 784 spellbadword() locate badly spelled word at or after cursor
776 spellsuggest() return suggested spelling corrections 785 spellsuggest() return suggested spelling corrections
777 soundfold() return the sound-a-like equivalent of a word 786 soundfold() return the sound-a-like equivalent of a word