On Thu, Mar 15, 2012 at 8:42 AM, Alick Zhao <[email protected]> wrote:
> On Thu, 15 Mar 2012 13:00:10 +0800, Yichao Zhou wrote: > >> Then I cp your tex.vim into my ~/.vim/ftplugin/ and test again. > >> I do see the blinking and find it slower. Again it doesn't matter > >> with relativenumber/number/nonumber. > > > > Are you sure it doesn't matter with relativenumber? On my computer, > > if I set norelativenumber, it is much faster! If you are still > > slower, you must set sometime such as cursoeline. > > > > Can you start vim with gvim -u NONE and test again? > > > > Whether relativenumber is set or not does not make apparent > differences here, with or without 'gvim -u NONE -U NONE'. > Note that the some errors are thrown out during startup > since a few functions are not defined in my conf. > They are CountJump#TextObject#MakeWithCountSearch and > 'IndentGuidesDisable'. > > > I need to correct my last post though. The function executed at > cursor move is called HilightMatchingPair, and it isn't related > to tex. > > alick > > -- > You received this message from the "vim_use" maillist. > Do not top-post! Type your reply below the text you are replying to. > For more information, visit http://www.vim.org/maillist.php > I have this problem on linux too, my vim version is the one provided by ubuntu 11.10, -- VIM - Vi IMproved 7.3 (2010 Aug 15, compiled Oct 6 2011 10:22:23) Included patches: 1-154 Modified by [email protected] Compiled by buildd@ Huge version without GUI. Features included (+) or not (-): +arabic +autocmd -balloon_eval -browse ++builtin_terms +byte_offset +cindent -clientserver -clipboard +cmdline_compl +cmdline_hist +cmdline_info +comments +conceal +cryptv +cscope +cursorbind +cursorshape +dialog_con +diff +digraphs -dnd -ebcdic +emacs_tags +eval +ex_extra +extra_search +farsi +file_in_path +find_in_path +float +folding -footer +fork() +gettext -hangul_input +iconv +insert_expand +jumplist +keymap +langmap +libcall +linebreak +lispindent +listcmds +localmap -lua +menu +mksession +modify_fname +mouse -mouseshape +mouse_dec +mouse_gpm -mouse_jsbterm +mouse_netterm -mouse_sysmouse +mouse_xterm +multi_byte +multi_lang -mzscheme +netbeans_intg -osfiletype +path_extra -perl +persistent_undo +postscript +printer +profile +python -python3 +quickfix +reltime +rightleft -ruby +scrollbind +signs +smartindent -sniff +startuptime +statusline -sun_workshop +syntax +tag_binary +tag_old_static -tag_any_white -tcl +terminfo +termresponse +textobjects +title -toolbar +user_commands +vertsplit +virtualedit +visual +visualextra +viminfo +vreplace +wildignore +wildmenu +windows +writebackup -X11 -xfontset -xim -xsmp -xterm_clipboard -xterm_save system vimrc file: "$VIM/vimrc" user vimrc file: "$HOME/.vimrc" user exrc file: "$HOME/.exrc" fall-back for $VIM: "/usr/share/vim" Compilation: gcc -c -I. -Iproto -DHAVE_CONFIG_H -Wall -g -O2 -D_FORTIFY_SOURCE=1 Linking: gcc -Wl,-Bsymbolic-functions -Wl,--as-needed -o vim -lm -ltinfo -lnsl -lselinux -lacl -lattr -lgpm -ldl -L/usr/lib/python2.7/config -lpython2.7 -lpthread -ldl -lutil -lm -Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions Jônatas Eduardo -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
