[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdeextragear-1/vimpart/src
From:       Mickael Marchand <marchand () kde ! org>
Date:       2003-08-22 21:39:42
[Download RAW message or body]

CVS commit by marchand: 

Another Tom Regner patch :
make "Select All" go into Select Mode instead of Visual Mode

CCMAIL: tomte@tomsdiner.org


  M +1 -1      vimdocument.cpp   1.20
  M +1 -1      vimview.cpp   1.16


--- kdeextragear-1/vimpart/src/vimdocument.cpp  #1.19:1.20
@@ -445,5 +445,5 @@ namespace Vim {
                         bool Document::selectAll()
                         {
-                                activeWidget()->sendNormalCmd("ggVG");
+                                activeWidget()->sendNormalCmd("gggH\x0FG");
                                 return true;
                         }

--- kdeextragear-1/vimpart/src/vimview.cpp  #1.15:1.16
@@ -243,5 +243,5 @@ namespace Vim 
 
         void View::selectAll() {
-                QString s("ggVG");
+                QString s("gggH\x0FG");
                 _vimWidget->sendNormalCmd( s );
         }


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic