> I use the Closetags plugin from http://vim.sourceforge.net/. With it
> installed, Ctrl-_ will add, at the cursor in Insert mode or immediately
> after the cursor in Normal mode, the closing tag for the latest opened
> tag. It will also give an error message if there appears to be a mistake
> in how tags have been opened and closed before the cursor.

pretty nice thing, but not exactly what I wanted. still no autocompletion.

> Have you tried omnicompletion? See |i_CTRL-X_CTRL-O| (Vim 7 only).
yes I did and imho it sucks even against c-n.


> See above. Even when the filetype-plugin doesn't define an autocomplete
> function, you can use "syntax completion", by dropping the attached
> script into ~/.vim/after/plugin (on Unix/Linux) or
> ~/vimfiles/after/plugin (on Windows). (Warning: That plugin assumes, and
> doesn't check, that you are in 'nocompatible' mode. If you aren't, or
> not always, remove all continuation lines [lines whose first nonblank is
> a backslash] by joining them to the previous line.)

it doesn't work for me.

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to