diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-09-20 23:22:24 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-09-20 23:22:24 +0000 |
commit | bfd8fc0529f46612f7b3efca6c7b3305e70ac374 (patch) | |
tree | f6b8a9bdb8bf573cea7862b3ab5ad41dfb5d1b46 /runtime/doc/insert.txt | |
parent | 60a795aad6ade281146a5343b416f21825af5364 (diff) | |
download | vim-git-bfd8fc0529f46612f7b3efca6c7b3305e70ac374.tar.gz |
updated for version 7.0149v7.0149
Diffstat (limited to 'runtime/doc/insert.txt')
-rw-r--r-- | runtime/doc/insert.txt | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/runtime/doc/insert.txt b/runtime/doc/insert.txt index ffbb7a3da..30fe2d4f1 100644 --- a/runtime/doc/insert.txt +++ b/runtime/doc/insert.txt @@ -1,4 +1,4 @@ -*insert.txt* For Vim version 7.0aa. Last change: 2005 Sep 15 +*insert.txt* For Vim version 7.0aa. Last change: 2005 Sep 18 VIM REFERENCE MANUAL by Bram Moolenaar @@ -990,16 +990,17 @@ are included. When using after CTRL-X CTRL-O after "<" it is completed with tag name available in current context. Inside of tag completion aids to choose -proper attributes, and when possible choose appropriate attribute value. +proper attributes, and when possible choose appropriate attribute value +including class names for CSS styles. When used after "</" CTRL-X CTRL-O will close the last opened tag. -File htmlcompletion.vim provides through autoload mechanism +File htmlcomplete.vim provides through |autoload| mechanism GetLastOpenTag function which can be used in XML files to get name of last open tag with: > - :echo htmlcompletion#GetLastOpenTag("b:unaryTagsStack") -< + :echo htmlcomplete#GetLastOpenTag("b:unaryTagsStack") + ============================================================================== 8. Insert mode commands *inserting* |