Vimmers,

I see some strange vim behavior, and would like to see if I can get help in debugging this problem. Any help is appreciated.

When I use the right arrow key to go to the next word, after a delay of a second, the cursor goes to the next character.

For example, with this code:

<cfif page

I begin from the head of the line and move to "p". The cursor stays there for a second but then moves automatically to "a".


The problem happens regardless of the file type (perl, coldfusion,...) Over the years I installed and removed various scripts and plugins - I guess this behavior must be related with xml or html tag matching, but am not sure.

Here's my scriptnames:

  1: /cygdrive/c/Documents and Settings/bkim/My Documents/.vimrc
  2: /usr/share/vim/vim72/colors/hari.vim
  3: /usr/share/vim/vim72/syntax/syntax.vim
  4: /usr/share/vim/vim72/syntax/synload.vim
  5: /usr/share/vim/vim72/syntax/syncolor.vim
  6: /usr/share/vim/vim72/filetype.vim
  7: /usr/share/vim/vim72/colors/habiLight.vim
  8: /usr/share/vim/vim72/ftplugin.vim
  9: /usr/share/vim/vim72/indent.vim
 10: /usr/share/vim/vim72/plugin/getscriptPlugin.vim
 11: /usr/share/vim/vim72/plugin/matchparen.vim
 12: /usr/share/vim/vim72/plugin/netrwPlugin.vim
 13: /usr/share/vim/vim72/plugin/spellfile.vim
 14: /usr/share/vim/vim72/syntax/cf.vim
 15: /usr/share/vim/vim72/syntax/html.vim
 16: /usr/share/vim/vim72/syntax/javascript.vim
 17: /usr/share/vim/vim72/syntax/vb.vim
 18: /usr/share/vim/vim72/syntax/css.vim
 19: /usr/share/vim/vim72/syntax/sql.vim
 20: /usr/share/vim/vim72/syntax/sqloracle.vim
 21: /cygdrive/c/Documents and Settings/bkim/My Documents/.vimrc.cf
 22: /usr/share/vim/vim72/syntax/nosyntax.vim
 23: /usr/share/vim/vim72/scripts.vim
 24: /usr/share/vim/vim72/ftplugin/vim.vim
 25: /usr/share/vim/vim72/indent/vim.vim
 26: /usr/share/vim/vim72/syntax/vim.vim

Here's my set:
--- Options ---
background=dark expandtab foldlevel=99 hlsearch paste syntax=cf textmode wildmenu cindent fileformat=dos foldmethod=indent ignorecase scrolloff=4 tabstop=2 ttyfast window=61 completeopt=menu filetype=cf foldminlines=2 linebreak shiftwidth=2 tags=tags;/ ttymouse=xterm t_Co=16
  backspace=indent,eol,start
  cinoptions=>s,e0,n0,f0,{0,}0,^0,:s,=s,ps,t0,+s,(s,us,)20,*30,g0
  complete=.,w,b,u,t,i,k
  dictionary=~/.vim/dict/CF.dict
  diffopt=filler,context:0,iwhite,icase
  isfname=@,48-57,/,.,-,_,+,,,#,$,%,~
  keywordprg=/usr/bin/links

path=.,/usr/include/**,/usr/local/include/**,/cygdrive/d/wapproot/documentation/sql/**
  suffixesadd=.pm,.h,.cfm,.cfc,.sql
  wildmode=list:longest
  t_AB=^[[%?%p1%{8}%<%t%p1%{40}%+%e%p1%{92}%+%;%dm
  t_AF=^[[%?%p1%{8}%<%t%p1%{30}%+%e%p1%{82}%+%;%dm



Regards,

Ben Kim

--
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

To unsubscribe, reply using "remove me" as the subject.

Reply via email to