]> granicus.if.org Git - vim/commitdiff
updated for version 7.0170
authorBram Moolenaar <Bram@vim.org>
Wed, 14 Dec 2005 22:04:43 +0000 (22:04 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 14 Dec 2005 22:04:43 +0000 (22:04 +0000)
runtime/doc/tags
runtime/doc/term.txt
src/version.h

index 6b572fd408c83db3265830aa07001cf37f619303..c2ec052d68b5d31a695d4d61883acb97acf7589b 100644 (file)
@@ -2480,6 +2480,7 @@ $VIMRUNTIME       starting.txt    /*$VIMRUNTIME*
 :stag  windows.txt     /*:stag*
 :star  repeat.txt      /*:star*
 :start insert.txt      /*:start*
+:startgreplace insert.txt      /*:startgreplace*
 :startinsert   insert.txt      /*:startinsert*
 :startreplace  insert.txt      /*:startreplace*
 :stj   tagsrch.txt     /*:stj*
@@ -2707,6 +2708,8 @@ $VIMRUNTIME       starting.txt    /*$VIMRUNTIME*
 <<     change.txt      /*<<*
 <>     intro.txt       /*<>*
 <A-    intro.txt       /*<A-*
+<A-LeftMouse>  term.txt        /*<A-LeftMouse>*
+<A-RightMouse> term.txt        /*<A-RightMouse>*
 <BS>   motion.txt      /*<BS>*
 <Bar>  intro.txt       /*<Bar>*
 <Bslash>       intro.txt       /*<Bslash>*
index 7288d11ba672244fb62a5105d98c155b87af1d58..49da29e77a14ac77904be90c42fb3d7dcdfbcc03 100644 (file)
@@ -1,4 +1,4 @@
-*term.txt*      For Vim version 7.0aa.  Last change: 2005 Aug 27
+*term.txt*      For Vim version 7.0aa.  Last change: 2005 Dec 14
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -684,6 +684,7 @@ event             position     selection      change  action        ~
 <MiddleMouse>   yes      if not active     no     put
 <MiddleMouse>   yes      if active         no     yank and put
 <RightMouse>    yes    start or extend     yes
+<A-RightMouse>  yes start or extend blockw. yes                      *<A-RightMouse>*
 <S-RightMouse>  yes       no change        yes    "#" (2)    *<S-RightMouse>*
 <C-RightMouse>  no        no change        no     "CTRL-T"
 <RightDrag>     yes        extend          no                *<RightDrag>*
@@ -699,6 +700,7 @@ event             position     selection      change  action        ~
 <LeftRelease>   yes     start or extend (1) no    like CTRL-O (1)
 <MiddleMouse>   no      (cannot be active)  no    put register
 <RightMouse>    yes     start or extend            yes    like CTRL-O
+<A-RightMouse>  yes start or extend blockw. yes
 <S-RightMouse>  yes     (cannot be active)  yes           "CTRL-O#" (2)
 <C-RightMouse>  no     (cannot be active)  no     "CTRL-O CTRL-T"
 
@@ -713,12 +715,14 @@ Normal Mode:
 event        position     selection      change  action        ~
               cursor                     window                ~
 <S-LeftMouse>  yes     start or extend (1) no
+<A-LeftMouse>   yes start or extend blockw. no               *<A-LeftMouse>*
 <RightMouse>   no      popup menu          no
 
 Insert or Replace Mode:
 event        position     selection      change  action        ~
               cursor                     window                ~
 <S-LeftMouse>   yes     start or extend (1) no    like CTRL-O (1)
+<A-LeftMouse>   yes start or extend blockw. no
 <RightMouse>    no     popup menu          no
 
 (1) only if mouse pointer moved since press
@@ -744,6 +748,12 @@ Visual area to be extended.  When 'mousemodel' is "popup", the left button has
 to be used while keeping the shift key pressed.  When clicking in a window
 which is editing another buffer, the Visual or Select mode is stopped.
 
+In Normal, Visual and Select mode clicking the right mouse button with the alt
+key pressed causes the Visual area to become blockwise.  When 'mousemodel is
+"popup" the left button has to be used with the alt key.  Note that this won't
+work on systems where the window manager uses the mouse when the alt key is
+pressed (it may move the window).
+
                                                        *double-click*
 Double, triple and quadruple clicks are supported when the GUI is active,
 for MS-DOS and Win32, and for an xterm (if the gettimeofday() function is
index 3480844174e5760a6fb1b91b7dbdf0d92c511011..0a6a4aba7fcde4d6b6bbbf876aa3e2f581f097b0 100644 (file)
@@ -36,5 +36,5 @@
 #define VIM_VERSION_NODOT      "vim70aa"
 #define VIM_VERSION_SHORT      "7.0aa"
 #define VIM_VERSION_MEDIUM     "7.0aa ALPHA"
-#define VIM_VERSION_LONG       "VIM - Vi IMproved 7.0aa ALPHA (2005 Dec 13)"
-#define VIM_VERSION_LONG_DATE  "VIM - Vi IMproved 7.0aa ALPHA (2005 Dec 13, compiled "
+#define VIM_VERSION_LONG       "VIM - Vi IMproved 7.0aa ALPHA (2005 Dec 14)"
+#define VIM_VERSION_LONG_DATE  "VIM - Vi IMproved 7.0aa ALPHA (2005 Dec 14, compiled "