Mercurial > vim
comparison runtime/doc/map.txt @ 502:52e76e2b5b65 v7.0140
updated for version 7.0140
author | vimboss |
---|---|
date | Thu, 01 Sep 2005 20:46:49 +0000 |
parents | 70afa17bfc01 |
children | 7052f11a3dc9 |
comparison
equal
deleted
inserted
replaced
501:ce2181d14aa0 | 502:52e76e2b5b65 |
---|---|
664 column indicates the mode where the abbreviation is | 664 column indicates the mode where the abbreviation is |
665 used: 'i' for insert mode, 'c' for Command-line | 665 used: 'i' for insert mode, 'c' for Command-line |
666 mode, '!' for both. These are the same as for | 666 mode, '!' for both. These are the same as for |
667 mappings, see |map-listing|. | 667 mappings, see |map-listing|. |
668 | 668 |
669 *:abbreviate-verbose* | |
670 When 'verbose' is non-zero, listing an abbreviation will also display where it | |
671 was last defined. Example: > | |
672 | |
673 :verbose abbreviate | |
674 ! teh the | |
675 Last set from /home/abcd/vim/abbr.vim | |
676 | |
677 See |:verbose-cmd| for more information. | |
678 | |
669 :ab[breviate] {lhs} list the abbreviations that start with {lhs} | 679 :ab[breviate] {lhs} list the abbreviations that start with {lhs} |
670 You may need to insert a CTRL-V (type it twice) to | 680 You may need to insert a CTRL-V (type it twice) to |
671 avoid that a typed {lhs} is expanded, since | 681 avoid that a typed {lhs} is expanded, since |
672 command-line abbreviations apply here. | 682 command-line abbreviations apply here. |
673 | 683 |