Steps to reproduce:

0. Have the matchparen plugin enabled.

1. Create a file with the following 3 lines:

{
{
}

2. Move to the second line, and indent it with "=="

2.5 Notice that the brace on the third line is highlighted.

3. Type "=j" to indent the third line.

What I expected:

The highlighting on the third line should move with the brace.

What actually happened:

The highlighting on the third line did not move even though the brace
did.  This is especially noticeable if you indent with tabs, as the
entire tab width is highlighted.

This also happens if I use parens instead of braces, and happens even
when I start vim with " vim -u NONE +'set nocp | runtime
plugin/matchparen.vim' ".  It also happens if there is other text
between the braces, and if I use "==" instead of "=j".  It does not
happen if the first brace moves along with the second.  The highlighting
returns to normal if the cursor is moved within the window, or if I
switch to another window and then switch back.

A copy of bugreport.txt is attached.

-- 
-- 
You received this message from the "vim_dev" 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

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


uname -a
Linux kogasa 3.7.5-2-ck #1 SMP PREEMPT Mon Jan 28 22:41:55 EST 2013 x86_64 
GNU/Linux


VIM - Vi IMproved 7.3 (2010 Aug 15, compiled Feb  5 2013 22:50:24)
Included patches: 1-798
Compiled by ArchLinux
Huge version with GTK2 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_gui +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_sgr -mouse_sysmouse +mouse_urxvt +mouse_xterm +multi_byte 
+multi_lang -mzscheme +netbeans_intg +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_interact +xterm_clipboard -xterm_save 
   system vimrc file: "/etc/vimrc"
     user vimrc file: "$HOME/.vimrc"
      user exrc file: "$HOME/.exrc"
  system gvimrc file: "/etc/gvimrc"
    user gvimrc file: "$HOME/.gvimrc"
    system menu file: "$VIMRUNTIME/menu.vim"
  fall-back for $VIM: "/usr/share/vim"
Compilation: gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_GTK  -pthread 
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 
-I/usr/include/libpng15 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng15 
-I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2  
-I/usr/local/include  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector 
--param=ssp-buffer-size=4  -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1      
Linking: gcc   -L. -Wl,-O1,--sort-common,--as-needed,-z,relro -rdynamic 
-Wl,-export-dynamic  -Wl,-E -Wl,-rpath,/usr/lib/perl5/core_perl/CORE  
-Wl,-O1,--sort-common,--as-needed,-z,relro -L/usr/local/lib -Wl,--as-needed -o 
vim   -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo 
-lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 
-lfreetype -lfontconfig  -lSM -lICE -lXt -lX11 -lXdmcp -lSM -lICE  -lm 
-lncurses -lnsl   -lacl -lattr -lgpm -ldl  -L/usr/lib -llua -Wl,-E 
-Wl,-rpath,/usr/lib/perl5/core_perl/CORE 
-Wl,-O1,--sort-common,--as-needed,-z,relro -fstack-protector -L/usr/local/lib  
-L/usr/lib/perl5/core_perl/CORE -lperl -lnsl -ldl -lm -lcrypt -lutil -lpthread 
-lc -L/usr/lib/python2.7/config -lpython2.7 -lpthread -ldl -lutil -lm -Xlinker 
-export-dynamic   -lruby -lpthread -lrt -ldl -lcrypt -lm  -L/usr/lib   


--- Directories and Files ---
$VIM = "/usr/share/vim"
directory "/usr/share/vim" exists
$VIMRUNTIME = "/usr/share/vim/vim73"
directory "/usr/share/vim/vim73" exists
"/usr/share/vim/vim73/doc/help.txt" is readable
"/usr/share/vim/vim73/doc/tags" is readable
"/usr/share/vim/vim73/menu.vim" is readable
"/usr/share/vim/vim73/filetype.vim" is readable
"/usr/share/vim/vim73/syntax/synload.vim" is readable
--- Scripts sourced ---
  1: /usr/share/vim/vim73/plugin/matchparen.vim
  2: /usr/share/vim/vim73/bugreport.vim
--- Options ---
  aleph=224           cmdwinheight=7      endofline           guitabtooltip=    
  lines=62            patchexpr=          shelltemp           tabline=          
  verbose=0
noarabic              colorcolumn=        equalalways         helpheight=20     
  linespace=0         patchmode=          shellxquote=        tabpagemax=10     
  verbosefile=
  arabicshape         columns=198         equalprg=           helplang=en       
nolisp              nopreserveindent      shellxescape=       tabstop=8         
  virtualedit=
noallowrevins       nocompatible        noerrorbells        nohidden            
nolist                previewheight=12  noshiftround          tagbsearch        
novisualbell
noaltkeymap           concealcursor=      esckeys             history=20        
  listchars=eol:$   nopreviewwindow       shiftwidth=8        taglength=0       
  warn
  ambiwidth=single    conceallevel=0      eventignore=      nohkmap             
noloadplugins         printdevice=      noshortname           tagrelative       
noweirdinvert
noautochdir           completefunc=     noexpandtab         nohkmapp            
  magic               printencoding=      showbreak=          tagstack          
  whichwrap=b,s
noautoindent        noconfirm           noexrc              nohlsearch          
  makeef=             printfont=courier noshowcmd           notermbidi          
  wildchar=<Tab>
noautoread          nocopyindent          fileencoding=       icon              
  makeprg=make        printmbcharset=   noshowfulltag         termencoding=     
  wildcharm=0
noautowrite           cpoptions=aABceFs   fileformat=unix     iconstring=       
  matchtime=5         printmbfont=      noshowmatch         noterse             
  wildignore=
noautowriteall        cryptmethod=zip     filetype=         noignorecase        
  maxcombine=2        printoptions=       showmode            textauto          
nowildignorecase
  background=light    cscopepathcomp=0  nofkmap               imactivatekey=    
  maxfuncdepth=100    prompt              showtabline=1     notextmode          
nowildmenu
  backspace=          cscopeprg=cscope    foldclose=        noimcmdline         
  maxmapdepth=1000    pumheight=0         sidescroll=0        textwidth=0       
  wildmode=full
nobackup              cscopequickfix=     foldcolumn=0      noimdisable         
  maxmem=2949092      quoteescape=\       sidescrolloff=0     thesaurus=        
  wildoptions=
  backupcopy=auto   nocscoperelative      foldenable          iminsert=2        
  maxmemtot=2949092 noreadonly          nosmartcase         notildeop           
  winaltkeys=menu
  backupext=~       nocscopetag           foldexpr=0          imsearch=2        
  menuitems=25        redrawtime=2000   nosmartindent         timeout           
  window=61
  backupskip=/tmp/*   cscopetagorder=0    foldignore=#        includeexpr=      
  modeline          norelativenumber    nosmarttab            timeoutlen=1000   
  winheight=1
  balloondelay=600  nocscopeverbose       foldlevel=0       noincsearch         
  modelines=5         remap               softtabstop=0       title             
nowinfixheight
noballooneval       nocursorbind          foldlevelstart=-1   indentexpr=       
  modifiable          report=2          nospell               titlelen=85       
nowinfixwidth
  balloonexpr=      nocursorcolumn        foldmethod=manual noinfercase         
  modified          norevins              spellfile=          titlestring=      
  winminheight=1
nobinary            nocursorline          foldminlines=1    noinsertmode        
nomore              norightleft           spelllang=en      nottimeout          
  winminwidth=1
nobomb                debug=              foldnestmax=20      isprint=@,161-255 
  mouse=            noruler               spellsuggest=best   ttimeoutlen=-1    
  winwidth=20
  browsedir=last    nodelcombine          formatexpr=         joinspaces        
nomousefocus          rulerformat=      nosplitbelow          ttybuiltin        
  wrap
  bufhidden=          dictionary=         formatoptions=tcq   key=              
  mousehide           scroll=14         nosplitright          ttyfast           
  wrapmargin=0
  buflisted         nodiff                formatprg=          keymap=           
  mousemodel=extend noscrollbind          startofline         ttymouse=xterm2   
  wrapscan
  buftype=            diffexpr=           fsync               keymodel=         
  mousetime=500       scrolljump=1        statusline=         ttyscroll=999     
  write
  cdpath=,,           diffopt=filler    nogdefault            keywordprg=man -s 
nonumber              scrolloff=0         suffixesadd=        undodir=.         
nowriteany
  cedit=^F          nodigraph             guifont=            langmap=          
  numberwidth=4     nosecure              swapfile          noundofile          
  writebackup
  charconvert=        display=            guifontwide=        langmenu=         
  omnifunc=           selectmode=         swapsync=fsync      undolevels=1000   
  writedelay=0
nocindent             eadirection=both    guiheadroom=50      laststatus=1      
  operatorfunc=       shell=/bin/zsh      switchbuf=          undoreload=10000
  cinoptions=       noedcompatible        guipty            nolazyredraw        
nopaste               shellcmdflag=-c     synmaxcol=3000      updatecount=200
  cmdheight=1         encoding=utf-8      guitablabel=      nolinebreak         
  pastetoggle=        shellquote=         syntax=             updatetime=4000
  backupdir=.,~/tmp,~/
  breakat= ^I!@*-+;:,./?
  casemap=internal,keepascii
  cinkeys=0{,0},0),:,0#,!^F,o,O,e
  cinwords=if,else,while,do,for,switch
  clipboard=autoselect,exclude:cons\|linux
  comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-
  commentstring=/*%s*/
  complete=.,w,b,u,t,i
  completeopt=menu,preview
  define=^\s*#\s*define
  directory=.,~/tmp,/var/tmp,/tmp
  errorfile=errors.err
  errorformat=%*[^"]"%f"%*\D%l: %m,"%f"%*\D%l: %m,%-G%f:%l: (Each undeclared 
identifier is reported only once,%-G%f:%l: for each function it appears 
in.),%-GIn file included from %f:%l:%c:,%-GIn file included from 
%f:%l:%c\,,%-GIn file included from %f:%l:%c,%-GIn file included from 
%f:%l,%-G%*[ ]from %f:%l:%c,%-G%*[ ]from %f:%l:,%-G%*[ ]from %f:%l\,,%-G%*[ 
]from %f:%l,%f:%l:%c:%m,%f(%l):%m,%f:%l:%m,"%f"\, line %l%*\D%c%*[^ ] 
%m,%D%*\a[%*\d]: Entering directory `%f',%X%*\a[%*\d]: Leaving directory 
`%f',%D%*\a: Entering directory `%f',%X%*\a: Leaving directory `%f',%DMaking 
%*\a in %f,%f|%l| %m
  fileencodings=ucs-bom,utf-8,default,latin1
  fileformats=unix,dos
  fillchars=vert:|,fold:-
  foldmarker={{{,}}}
  foldopen=block,hor,mark,percent,quickfix,search,tag,undo
  foldtext=foldtext()
  formatlistpat=^\s*\d\+[\]:.)}\t ]\s*
  grepformat=%f:%l:%m,%f:%l%m,%f  %l%m
  grepprg=grep -n $* /dev/null
  
guicursor=n-v-c:block-Cursor/lCursor,ve:ver35-Cursor,o:hor50-Cursor,i-ci:ver25-Cursor/lCursor,r-cr:hor20-Cursor/lCursor,sm:block-Cursor-blinkwait175-blinkoff150-blinkon175
  guioptions=aegimrLtT
  helpfile=/usr/share/vim/vim73/doc/help.txt
  
highlight=8:SpecialKey,@:NonText,d:Directory,e:ErrorMsg,i:IncSearch,l:Search,m:MoreMsg,M:ModeMsg,n:LineNr,N:CursorLineNr,r:Question,s:StatusLine,S:StatusLineNC,c:VertSplit,t:Title,v:Visual,V:VisualNOS,w:WarningMsg,W:WildMenu,f:Folded,F:FoldColumn,A:DiffAdd,C:DiffChange,D:DiffDelete,T:DiffText,>:SignColumn,-:Conceal,B:SpellBad,P:SpellCap,R:SpellRare,L:SpellLocal,+:Pmenu,=:PmenuSel,x:PmenuSbar,X:PmenuThumb,*:TabLine,#:TabLineSel,_:TabLineFill,!:CursorColumn,.:CursorLine,o:ColorColumn
  include=^\s*#\s*include
  indentkeys=0{,0},:,0#,!^F,o,O,e
  isfname=@,48-57,/,.,-,_,+,,,#,$,%,~,=
  isident=@,48-57,_,192-255
  iskeyword=@,48-57,_,192-255
  
lispwords=defun,define,defmacro,set!,lambda,if,case,let,flet,let*,letrec,do,do*,define-syntax,let-syntax,letrec-syntax,destructuring-bind,defpackage,defparameter,defstruct,deftype,defvar,do-all-symbols,do-external-symbols,do-symbols,dolist,dotimes,ecase,etypecase,eval-when,labels,macrolet,multiple-value-bind,multiple-value-call,multiple-value-prog1,multiple-value-setq,prog1,progv,typecase,unless,unwind-protect,when,with-input-from-string,with-open-file,with-open-stream,with-output-to-string,with-package-iterator,define-condition,handler-bind,handler-case,restart-bind,restart-case,with-simple-restart,store-value,use-value,muffle-warning,abort,continue,with-slots,with-slots*,with-accessors,with-accessors*,defclass,defmethod,print-unreadable-object
  matchpairs=(:),{:},[:]
  maxmempattern=1000
  mkspellmem=460000,2000,500
  
mouseshape=i-r:beam,s:updown,sd:udsizing,vs:leftright,vd:lrsizing,m:no,ml:up-arrow,v:rightup-arrow
  nrformats=octal,hex
  paragraphs=IPLPPPQPP TPHPLIPpLpItpplpipbp
  path=.,/usr/include,,
  printexpr=system('lpr' . (&printdevice == '' ? '' : ' -P' . &printdevice) . ' 
' . v:fname_in) . delete(v:fname_in) + v:shell_error
  printheader=%<%f%h%m%=Page %N
  rightleftcmd=search
  
runtimepath=~/.vim,/usr/share/vim/vimfiles,/usr/share/vim/vim73,/usr/share/vim/vimfiles/after,~/.vim/after
  scrollopt=ver,jump
  sections=SHNHH HUnhsh
  selection=inclusive
  sessionoptions=blank,buffers,curdir,folds,help,options,tabpages,winsize
  shellpipe=2>&1| tee
  shellredir=>%s 2>&1
  shortmess=filnxtToO
  spellcapcheck=[.?!]\_[\])'"^I ]\+
  suffixes=.bak,~,.o,.h,.info,.swp,.obj
  tags=./tags,./TAGS,tags,TAGS
  term=rxvt-unicode-256color
  titleold=Thanks for flying Vim
  toolbar=icons,tooltips
  toolbariconsize=small
  ttytype=rxvt-unicode-256color
  viewdir=~/.vim/view
  viewoptions=folds,options,cursor
  viminfo='100,<50,s10,h
--- Terminal codes ---
  t_AL=^[[%p1%dL      t_cl=^[[H^[[2J      t_da=               t_IE=^G           
  t_mb=^[[5m          t_nd=^[[C           t_so=^[[7m          t_us=^[[4m        
  t_EI=
  t_al=^[[L           t_Co=256            t_db=               t_IS=^[]1;        
  t_md=^[[1m          t_op=^[[39;49m      t_sr=^[M            t_ve=^[[?25h      
  t_xs=
  t_bc=               t_CS=               t_DL=^[[%p1%dM      t_ke=^[[?1l^[>    
  t_me=^[[m           t_RI=^[[%p1%dC      t_ts=^[]2;          t_vi=^[[?25l      
  t_ZH=^[[3m
  t_cd=^[[J           t_CV=               t_dl=^[[M           t_ks=^[[?1h^[=    
  t_mr=^[[7m          t_RV=^[[>c          t_ti=^[[?1049h      t_vs=^[[?25h      
  t_ZR=^[[23m
  t_ce=^[[K           t_ut=y              t_fs=^G             t_le=^H           
  t_ms=y              t_se=^[[27m         t_ue=^[[m           t_SI=
  t_AB=^[[48;5;%p1%dm
  t_AF=^[[38;5;%p1%dm
  t_cm=^[[%i%p1%d;%p2%dH
  t_cs=^[[%i%p1%d;%p2%dr
  
t_Sb=%?%p1%{7}%>%t^[[48;5;%p1%dm%e^[[4%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m%;
  
t_Sf=%?%p1%{7}%>%t^[[38;5;%p1%dm%e^[[3%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m%;
  t_te=^[[r^[[?1049l
  t_vb=^[[?5h$<20/>^[[?5l
  t_WP=^[[3;%p1%d;%p2%dt
  t_WS=^[[8;%p1%d;%p2%dt
--- Terminal keys ---
t_#2 <S-Home>    ^[[7$     t_F2 <F12>       ^[[24;*~  t_K9 <kMultiply> ^[O*j    
 t_k6 <F6>        ^[[17;*~  t_kN <PageDown>  ^[[6;*~        <Mouse>     ^[[M    
       <zHome>     ^[[7;*~
t_#4 <S-Left>    ^[[d      t_K1 <kHome>     ^[[1;*~   t_KA <kEnter>    ^[O*M    
 t_k7 <F7>        ^[[18;*~  t_kP <PageUp>    ^[[5;*~        <xF1>       ^[O*P   
       <xUp>       ^[[1;*A
t_%1 <Help>      ^[[28;*~  t_K3 <kPageUp>   ^[Oy      t_KB <kPoint>    ^[O*n    
 t_k8 <F8>        ^[[19;*~  t_kb <BS>        ^?             <xF2>       ^[O*Q   
       <xDown>     ^[[1;*B
t_%i <S-Right>   ^[[c      t_K4 <kEnd>      ^[[4;*~   t_k1 <F1>        ^[[11;*~ 
 t_k9 <F9>        ^[[20;*~  t_kd <Down>      ^[O*B          <xF3>       ^[O*R   
       <xLeft>     ^[[1;*D
t_&8 <Undo>      ^[[26;*~  t_K5 <kPageDown> ^[Os      t_k2 <F2>        ^[[12;*~ 
 t_k; <F10>       ^[[21;*~  t_kh <Home>      ^[[1;*H        <xF4>       ^[O*S   
       <xRight>    ^[[1;*C
t_*7 <S-End>     ^[[8$     t_K6 <kPlus>     ^[O*k     t_k3 <F3>        ^[[13;*~ 
 t_kB <S-Tab>     ^[[Z      t_kl <Left>      ^[O*D          <xEnd>      ^[O*F   
       <kDel>      ^[[3;*~
t_@7 <End>       ^[[1;*F   t_K7 <kMinus>    ^[O*m     t_k4 <F4>        ^[[14;*~ 
 t_kD <Del>       ^[[3~     t_kr <Right>     ^[O*C          <zEnd>      ^[[8;*~
t_F1 <F11>       ^[[23;*~  t_K8 <kDivide>   ^[O*o     t_k5 <F5>        ^[[15;*~ 
 t_kI <Insert>    ^[[2;*~   t_ku <Up>        ^[O*A          <xHome>     ^[O*H
--- Auto-Commands ---
matchparen  WinEnter
    *         call s:Highlight_Matching_Pair()
matchparen  CursorMoved
    *         call s:Highlight_Matching_Pair()
matchparen  CursorMovedI
    *         call s:Highlight_Matching_Pair()
--- Normal/Visual mode mappings ---

No mapping found
--- Insert/Command-line mode mappings ---

No mapping found
--- Abbreviations ---

No abbreviation found
--- Highlighting ---
SpecialKey     xxx term=bold ctermfg=4 guifg=Blue
NonText        xxx term=bold ctermfg=12 gui=bold guifg=Blue
Directory      xxx term=bold ctermfg=4 guifg=Blue
ErrorMsg       xxx term=standout ctermfg=15 ctermbg=1 guifg=White guibg=Red
IncSearch      xxx term=reverse cterm=reverse gui=reverse
Search         xxx term=reverse ctermbg=11 guibg=Yellow
MoreMsg        xxx term=bold ctermfg=2 gui=bold guifg=SeaGreen
ModeMsg        xxx term=bold cterm=bold gui=bold
LineNr         xxx term=underline ctermfg=130 guifg=Brown
CursorLineNr   xxx term=bold ctermfg=130 gui=bold guifg=Brown
Question       xxx term=standout ctermfg=2 gui=bold guifg=SeaGreen
StatusLine     xxx term=bold,reverse cterm=bold,reverse gui=bold,reverse
StatusLineNC   xxx term=reverse cterm=reverse gui=reverse
VertSplit      xxx term=reverse cterm=reverse gui=reverse
Title          xxx term=bold ctermfg=5 gui=bold guifg=Magenta
Visual         xxx term=reverse ctermbg=7 guibg=LightGrey
VisualNOS      xxx term=bold,underline cterm=bold,underline gui=bold,underline
WarningMsg     xxx term=standout ctermfg=1 guifg=Red
WildMenu       xxx term=standout ctermfg=0 ctermbg=11 guifg=Black guibg=Yellow
Folded         xxx term=standout ctermfg=4 ctermbg=248 guifg=DarkBlue 
guibg=LightGrey
FoldColumn     xxx term=standout ctermfg=4 ctermbg=248 guifg=DarkBlue guibg=Grey
DiffAdd        xxx term=bold ctermbg=81 guibg=LightBlue
DiffChange     xxx term=bold ctermbg=225 guibg=LightMagenta
DiffDelete     xxx term=bold ctermfg=12 ctermbg=159 gui=bold guifg=Blue 
guibg=LightCyan
DiffText       xxx term=reverse cterm=bold ctermbg=9 gui=bold guibg=Red
SignColumn     xxx term=standout ctermfg=4 ctermbg=248 guifg=DarkBlue guibg=Grey
Conceal        xxx ctermfg=7 ctermbg=242 guifg=LightGrey guibg=DarkGrey
SpellBad       xxx term=reverse ctermbg=224 gui=undercurl guisp=Red
SpellCap       xxx term=reverse ctermbg=81 gui=undercurl guisp=Blue
SpellRare      xxx term=reverse ctermbg=225 gui=undercurl guisp=Magenta
SpellLocal     xxx term=underline ctermbg=14 gui=undercurl guisp=DarkCyan
Pmenu          xxx ctermfg=0 ctermbg=225 guibg=LightMagenta
PmenuSel       xxx ctermfg=0 ctermbg=7 guibg=Grey
PmenuSbar      xxx ctermbg=248 guibg=Grey
PmenuThumb     xxx ctermbg=0 guibg=Black
TabLine        xxx term=underline cterm=underline ctermfg=0 ctermbg=7 
gui=underline guibg=LightGrey
TabLineSel     xxx term=bold cterm=bold gui=bold
TabLineFill    xxx term=reverse cterm=reverse gui=reverse
CursorColumn   xxx term=reverse ctermbg=7 guibg=Grey90
CursorLine     xxx term=underline cterm=underline guibg=Grey90
ColorColumn    xxx term=reverse ctermbg=224 guibg=LightRed
Cursor         xxx guifg=bg guibg=fg
lCursor        xxx guifg=bg guibg=fg
MatchParen     xxx term=reverse ctermbg=14 guibg=Cyan
Normal         xxx cleared
--- Variables ---
loaded_matchparen     #1
more_save             #1
b:changedtick         #27
w:paren_hl_on         #1
v:version             #703
v:beval_winnr         #0
v:lnum                #0
v:scrollstart          /usr/share/vim/vim73/bugreport.vim line 21
v:oldfiles            [
v:dying               #0
v:windowid            #54525958
v:termresponse         ^[[>85;95;0c
v:lang                 en_US.UTF-8
v:count               #0
v:progname             vim
v:cmdbang             #0
v:foldlevel           #0
v:operator             =
v:ctype                en_US.UTF-8
v:prevcount           #0
v:register             "
v:mouse_win           #0
v:count1              #1
v:foldstart           #0
v:foldend             #0
v:profiling           #0
v:beval_col           #0
v:beval_lnum          #0
v:mouse_lnum          #0
v:insertmode           i
v:beval_bufnr         #0
v:shell_error         #0
v:lc_time              en_US.UTF-8
v:searchforward       #1
v:mouse_col           #0
v:statusmsg            No abbreviation found

Raspunde prin e-mail lui