]> granicus.if.org Git - vim/commitdiff
updated for version 7.0166
authorBram Moolenaar <Bram@vim.org>
Sat, 10 Dec 2005 20:19:46 +0000 (20:19 +0000)
committerBram Moolenaar <Bram@vim.org>
Sat, 10 Dec 2005 20:19:46 +0000 (20:19 +0000)
runtime/doc/change.txt
runtime/doc/motion.txt
src/version.h

index 218713a0d2f7f669be8253bb330ce2d0c8e2cdcd..29a2c9f3ee4724477a2e011d7f7c9c088d407344 100644 (file)
@@ -1,4 +1,4 @@
-*change.txt*    For Vim version 7.0aa.  Last change: 2005 Nov 30
+*change.txt*    For Vim version 7.0aa.  Last change: 2005 Dec 10
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -1494,8 +1494,9 @@ Vim has a sorting function and a sorting command.  The sorting function can be
 found here: |sort()|.
 
                                                        *:sor* *:sort*
-:[range]sor[t][!] [i] [u] [/{pattern}/]
-                       Sort lines in [range].
+:[range]sor[t][!] [i][u][n][x][o] [/{pattern}/]
+                       Sort lines in [range].  When no range is given all
+                       lines are sorted.
 
                        With [!] the order is reversed.
 
index 8731f298628323369bb90b9882f6672bb268311a..ba8e42379b33669745aeecd5e2591e81f6cf9dc6 100644 (file)
@@ -1,4 +1,4 @@
-*motion.txt*    For Vim version 7.0aa.  Last change: 2005 Sep 14
+*motion.txt*    For Vim version 7.0aa.  Last change: 2005 Dec 09
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -973,7 +973,7 @@ These commands are not marks themselves, but jump to a mark:
                        position.  E.g., when updating a "Last change"
                        timestamp in the first line: >
 
-                               :let lnum = getline(".")
+                               :let lnum = line(".")
                                :keepjumps normal gg
                                :call SetLastChange()
                                :keepjumps exe "normal " . lnum . "G"
index c38bb8e8c5ed7929c8ca0d1e6dc72b89b73f910c..964c1dbe81198cd27a0bc07aa8c4c802040d619a 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 8)"
-#define VIM_VERSION_LONG_DATE  "VIM - Vi IMproved 7.0aa ALPHA (2005 Dec 8, compiled "
+#define VIM_VERSION_LONG       "VIM - Vi IMproved 7.0aa ALPHA (2005 Dec 10)"
+#define VIM_VERSION_LONG_DATE  "VIM - Vi IMproved 7.0aa ALPHA (2005 Dec 10, compiled "