Hi alltogether,
I'm new to this list, but not new to vim, so let me say "hello" to
everybody.
I'm not that poweruser, but I hate unnecesary repeating things and vim
allways gave me, what I needed :o))
Im working on ubuntu-linux 5.10 with the boxed vim Version 6.3.78
I subscribed this list to get ahead with a problem, which drives me
crasy nearly everytime I work with vim:
If I mark some text in visual mode that text is put in the x-clipboard
and therefore pasted with the mouse on the action following.
Try the following (in normal mode):
1. Take text from anywhere with the mouse
2. clear the target area and enter insert mode typing "v", <n>"l", "s"
3. paste with middle mouse button
result: You get the text vom cleared area -- anoying!!
expected result: the anywhere fetched text should be pasted.
I noticed that behavior since vim 6.x
This apears in console-vim (xterm) an gvim.
using a virtual tty with gpm works as expected.
Can anyone help me to find the right option to be set, or to file a
bugreport. I subscribed here to get feedback/confirmation before
bothering the developers.
Any hints?
Friedrich
more info about my vim:
$ vim --version
VIM - Vi IMproved 6.3 (2004 June 7, compiled Aug 22 2005 17:27:07)
Included patches: 1-78
Compiled by [EMAIL PROTECTED]
Big 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
+cryptv +cscope +dialog_con_gui +diff +digraphs +dnd -ebcdic +emacs_tags
+eval
+ex_extra +extra_search +farsi +file_in_path +find_in_path +folding
-footer
+fork() +gettext -hangul_input +iconv +insert_expand +jumplist +keymap
+langmap
+libcall +linebreak +lispindent +listcmds +localmap +menu +mksession
+modify_fname +mouse +mouseshape +mouse_dec +mouse_gpm -mouse_jsbterm
+mouse_netterm +mouse_xterm +multi_byte +multi_lang +netbeans_intg
-osfiletype
+path_extra -perl +postscript +printer +python +quickfix +rightleft
-ruby
+scrollbind +signs +smartindent -sniff +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: "$VIM/vimrc"
user vimrc file: "$HOME/.vimrc"
user exrc file: "$HOME/.exrc"
system gvimrc file: "$VIM/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
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include
-I/usr/include/atk-1.0 -I/usr/include/freetype2 -I/usr/include/cairo
-I/usr/include/pango-1.0 -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -O2 -g -Wall
-I/usr/include/python2.4 -pthread
Linking: gcc -L/usr/local/lib -o vim -lgtk-x11-2.0 -lgdk-x11-2.0
-latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXinerama -lXi -lXrandr
-lXext -lXcursor -lXfixes -lpango-1.0 -lfreetype -lz -lcairo -lXrender
-lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lXt -lncurses -lgpm
-L/usr/lib/python2.4/config -lpython2.4 -lutil -lm -Xlinker
-export-dynamic