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

Vim freeze when I edit this file and I change the filetype if neocomplete is enabled #474

Closed fedf closed 10 years ago

fedf commented 10 years ago

Hi, I have this file http://pastebin.com/rBgy8GWd , call it test.php If I open it and I change filetype to html( I use set ft=html ) and then I edit for example line 69 where I have: <table id="tabella-files" on the files word (I use for example a cw on the files word on tabella-files) vim freeze, seems that it freeze when I edit values inside attributes.

I know it's strange but If I don't load/uninstall neocomplete I have no problems. The problem occurs only if I change filetype to html, if I edit it without changing the filetype there are no problems

I have the same problem with neocomplcache too.

This is my vimrc http://pastebin.com/jUkX1YvJ

Thanks for the help

vim version's informations:

VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Mar 11 2014 10:55:20) MS-Windows 32-bit console version Included patches: 1-193 Compiled by Haroogan Huge version without GUI. Features included (+) or not (-): +acl +eval +mouse +syntax +arabic +ex_extra -mouseshape +tag_binary +autocmd +extra_search +multi_byte_ime/dyn +tag_old_static -balloon_eval +farsi +multi_lang -tag_any_white -browse +file_in_path -mzscheme -tcl ++builtin_terms +find_in_path -netbeans_intg -tgetent +byte_offset +float +path_extra -termresponse +cindent +folding -perl +textobjects +clientserver -footer +persistent_undo +title +clipboard +gettext/dyn -postscript -toolbar +cmdline_compl -hangul_input +printer +user_commands +cmdline_hist +iconv/dyn +profile +vertsplit +cmdline_info +insert_expand +python/dyn +virtualedit +comments +jumplist +python3/dyn +visual +conceal +keymap +quickfix +visualextra +cryptv +langmap +reltime +viminfo +cscope +libcall +rightleft +vreplace +cursorbind +linebreak +ruby/dyn +wildignore +cursorshape +lispindent +scrollbind +wildmenu +dialog_con +listcmds +signs +windows +diff +localmap +smartindent +writebackup +digraphs +lua/dyn -sniff -xfontset -dnd +menu +startuptime -xim -ebcdic +mksession +statusline -xterm_save +emacs_tags +modify_fname -sun_workshop -xpm_w32 system vimrc file: "$VIM\vimrc" user vimrc file: "$HOME_vimrc" 2nd user vimrc file: "$HOME\vimfiles\vimrc" 3rd user vimrc file: "$VIM_vimrc" user exrc file: "$HOME_exrc" 2nd user exrc file: "$VIM_exrc" Dependency: python27.dll, python33.dll, msvcrt-ruby200.dll, lua52.dll, libintl.dll, libiconv.dll, iconv.dll

fedf commented 10 years ago

Sorry I posted the issue on the wrong place, I posted on neocomplcache instead of neocomplete.

I close it but as I wrote the same test is valid for neocompcache.