Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A strange string would display, like ^[[>1;3202;0c #168

Closed
GoogleCodeExporter opened this issue Aug 18, 2015 · 9 comments
Closed

A strange string would display, like ^[[>1;3202;0c #168

GoogleCodeExporter opened this issue Aug 18, 2015 · 9 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?

I don't know how to reproduce this problem, it's just shows up
at times, It's not content of the file been opened, Content of
the file is not influenced. When I scroll down
until that line disappear and then scroll up again to that line,
The string just disappears. Cursor could not be moved on characters
of that string

What is the expected output? What do you see instead?

This string shouldn't be there.

What version of the product are you using? On what operating system?

Debian Stable
Linux debian-32core 3.2.0-4-amd64 #1 SMP Debian 3.2.46-1 x86_64 GNU/Linux

VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Aug 11 2013 11:00:07)
Compiled by wanght@debian-32core
Huge version with GTK2 GUI.  Features included (+) or not (-):
+arabic          +cursorbind      -footer          +mksession       +path_extra 
     +startuptime     +visual
+autocmd         +cursorshape     +fork()          +modify_fname    +perl       
     +statusline      +visualextra
+balloon_eval    +dialog_con_gui  +gettext         +mouse           
+persistent_undo -sun_workshop    +viminfo
+browse          +diff            -hangul_input    +mouseshape      +postscript 
     +syntax          +vreplace
++builtin_terms  +digraphs        +iconv           +mouse_dec       +printer    
     +tag_binary      +wildignore
+byte_offset     +dnd             +insert_expand   +mouse_gpm       +profile    
     +tag_old_static  +wildmenu
+cindent         -ebcdic          +jumplist        -mouse_jsbterm   +python     
     -tag_any_white   +windows
+clientserver    +emacs_tags      +keymap          +mouse_netterm   -python3    
     +tcl             +writebackup
+clipboard       +eval            +langmap         +mouse_sgr       +quickfix   
     +terminfo        +X11
+cmdline_compl   +ex_extra        +libcall         -mouse_sysmouse  +reltime    
     +termresponse    -xfontset
+cmdline_hist    +extra_search    +linebreak       +mouse_urxvt     +rightleft  
     +textobjects     +xim
+cmdline_info    +farsi           +lispindent      +mouse_xterm     +ruby       
     +title           +xsmp_interact
+comments        +file_in_path    +listcmds        +multi_byte      +scrollbind 
     +toolbar         +xterm_clipboard
+conceal         +find_in_path    +localmap        +multi_lang      +signs      
     +user_commands   -xterm_save
+cryptv          +float           -lua             -mzscheme        
+smartindent     +vertsplit
+cscope          +folding         +menu            +netbeans_intg   -sniff      
     +virtualedit
   system vimrc file: "$VIM/vimrc"
     user vimrc file: "$HOME/.vimrc"
 2nd user vimrc file: "~/.vim/vimrc"
      user exrc file: "$HOME/.exrc"
  system gvimrc file: "$VIM/gvimrc"
    user gvimrc file: "$HOME/.gvimrc"
2nd user gvimrc file: "~/.vim/gvimrc"
    system menu file: "$VIMRUNTIME/menu.vim"
  fall-back for $VIM: "/usr/local/share/vim"
Compilation: gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_GTK  -pthread 
-I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.
0/include -I/usr/include/atk-1.0 -I/usr/include/cairo 
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-un
ix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/pixman-1 -I/usr/include/freetype2 -I/u
sr/include/libpng12   -I/usr/local/include  -O3 -march=native -U_FORTIFY_SOURCE 
-D_FORTIFY_SOURCE=1     -I/usr/include/tcl8.5  -D_
REENTRANT=1  -D_THREAD_SAFE=1  -D_LARGEFILE64_SOURCE=1
Linking: gcc   -L. -Wl,-z,relro -rdynamic -Wl,-export-dynamic -Wl,-E   
-L/usr/local/lib -Wl,--as-needed -o vim   -lgtk-x11-2.0 -lg
dk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 
-lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobj
ect-2.0 -lglib-2.0   -lSM -lICE -lXpm -lXt -lX11 -lXdmcp -lSM -lICE  -lm 
-ltinfo -lnsl  -lselinux  -lacl -lattr -lgpm   -Wl,-E  -f
stack-protector -L/usr/local/lib  -L/usr/lib/perl/5.14/CORE -lperl -ldl -lm 
-lpthread -lcrypt -L/usr/lib/python2.7/config -lpython
2.7 -lpthread -ldl -lutil -lm -Xlinker -export-dynamic -Wl,-O1 
-Wl,-Bsymbolic-functions  -L/usr/lib -ltcl8.5 -ldl -lpthread -lieee
 -lm -lruby-1.9.1 -lpthread -lrt -ldl -lcrypt -lm  -L/usr/lib

Please provide any additional information below.

Original issue reported on code.google.com by wanghong...@gmail.com on 12 Sep 2013 at 8:44

@GoogleCodeExporter
Copy link
Author

Related? : http://superuser.com/q/553601
See also: https://groups.google.com/d/msg/vim_dev/Tbk8ZXxOIVA/uPXfhHb_3AYJ

Original comment by akej...@gmail.com on 22 Oct 2014 at 10:52

@GoogleCodeExporter
Copy link
Author

Can you reproduce the problem with the latest version? There were some fixes 
(e.g. 7.4.389)

Original comment by chrisbr...@googlemail.com on 22 Oct 2014 at 3:33

@GoogleCodeExporter
Copy link
Author

This problem has disappeared for some time on my laptop, and I guess that fix 
works for this issue. Thank you!

Original comment by wanghong...@gmail.com on 22 Oct 2014 at 3:55

@GoogleCodeExporter
Copy link
Author

Fixed (probably by 7.4.389)

Original comment by chrisbr...@googlemail.com on 22 Oct 2014 at 3:58

  • Changed state: Fixed

@GoogleCodeExporter
Copy link
Author

It looks like 7.4+ isn't yet available on an official Debian *stable* repo (not 
even backports)...

Wang, did you end up installing from source or from testing/unstable?

Original comment by akej...@gmail.com on 22 Oct 2014 at 4:28

@GoogleCodeExporter
Copy link
Author

Yes, unfortunately, there does not seem to be more recent versions for stable 
Debian.
I also use Debian but since I like the most recent vim versions, I usually 
self-compile into ~/local

It is not hard and there are plenty of instructions how to do so.

Original comment by chrisbr...@googlemail.com on 22 Oct 2014 at 4:51

@GoogleCodeExporter
Copy link
Author

Yes, I'm using Debian testing, but seems that the vim package in Debian repo is 
not compiled with ruby support. So I end up installing it from source.

Original comment by wanghong...@gmail.com on 23 Oct 2014 at 3:03

@GoogleCodeExporter
Copy link
Author

There are plenty of vim packages in Debian which have ruby support.

$ sudo apt-get install vim-ruby
[sudo] password for jamessan:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package vim-ruby is a virtual package provided by:
  vim-nox 2:7.4.481-1
  vim-gtk 2:7.4.481-1
  vim-gnome 2:7.4.481-1
  vim-athena 2:7.4.481-1
You should explicitly select one to install.

E: Package 'vim-ruby' has no installation candidate


I just uploaded 7.4.488 tonight, so it should hit testing in 10 days (if 
nothing delays it).  I'll try to get around to uploading that to backports at 
that point, too.

Original comment by vega.james@gmail.com on 23 Oct 2014 at 3:18

@GoogleCodeExporter
Copy link
Author

Thank you for the information!

Original comment by wanghong...@gmail.com on 24 Oct 2014 at 1:43

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant