Shougo / neocomplcache.vim

Ultimate auto-completion system for Vim.
http://www.vim.org/scripts/script.php?script_id=2620
1.72k stars 135 forks source link

latex auto-indenting #374

Closed leonardt closed 11 years ago

leonardt commented 11 years ago

Hi, With neocomplcache and neosnippets enabled, everything works when editing latex files except when I exit a popup autoindenting does not happen.

Example would be

    \begin{enumerate}
      \item
        [text]
        \item

any ideas on how to get it to autoindent after closing the popup?

Shougo commented 11 years ago

Sorry, It is indent plugin problem. So I can't fix it.