From: Bram Moolenaar Date: Wed, 17 Jul 2013 20:37:26 +0000 (+0200) Subject: Updated runtime files. X-Git-Tag: v7.4a.036~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9ba7e17de1b9ff6f443858036ac15624d86929aa;p=vim Updated runtime files. --- diff --git a/runtime/doc/change.txt b/runtime/doc/change.txt index c26d92750..a858be596 100644 --- a/runtime/doc/change.txt +++ b/runtime/doc/change.txt @@ -1,4 +1,4 @@ -*change.txt* For Vim version 7.4a. Last change: 2013 Mar 19 +*change.txt* For Vim version 7.4a. Last change: 2013 Jul 17 VIM REFERENCE MANUAL by Bram Moolenaar @@ -71,9 +71,21 @@ For inserting text see |insert.txt|. "D" deletes the highlighted text plus all text until the end of the line. {not in Vi} - *:d* *:de* *:del* *:delete* *:dl* + *:d* *:de* *:del* *:delete* *:dl* *:dp* :[range]d[elete] [x] Delete [range] lines (default: current line) [into register x]. + Note these weird abbreviations: + :dl delete and list + :dell idem + :delel idem + :deletl idem + :deletel idem + :dp delete and print + :dep idem + :delp idem + :delep idem + :deletp idem + :deletep idem :[range]d[elete] [x] {count} Delete {count} lines, starting with [range] diff --git a/runtime/doc/if_pyth.txt b/runtime/doc/if_pyth.txt index c06f22ab0..69de80d1d 100644 --- a/runtime/doc/if_pyth.txt +++ b/runtime/doc/if_pyth.txt @@ -1,4 +1,4 @@ -*if_pyth.txt* For Vim version 7.4a. Last change: 2013 Jun 28 +*if_pyth.txt* For Vim version 7.4a. Last change: 2013 Jul 10 VIM REFERENCE MANUAL by Paul Moore @@ -23,6 +23,7 @@ The Python 2.x interface is available only when Vim was compiled with the |+python| feature. The Python 3 interface is available only when Vim was compiled with the |+python3| feature. +Both can be available at the same time, but read |python-2-and-3|. ============================================================================== 1. Commands *python-commands* @@ -711,7 +712,7 @@ Vim can be built in four ways (:version output): 3. Python 3 support only (-python, +python3 or +python3/dyn) 4. Python 2 and 3 support (+python/dyn, +python3/dyn) -Some more details on the special case 4: +Some more details on the special case 4: *python-2-and-3* When Python 2 and Python 3 are both supported they must be loaded dynamically. diff --git a/runtime/doc/index.txt b/runtime/doc/index.txt index 61e37b812..9df8f958f 100644 --- a/runtime/doc/index.txt +++ b/runtime/doc/index.txt @@ -1,4 +1,4 @@ -*index.txt* For Vim version 7.4a. Last change: 2013 Jun 21 +*index.txt* For Vim version 7.4a. Last change: 2013 Jul 17 VIM REFERENCE MANUAL by Bram Moolenaar @@ -1191,9 +1191,12 @@ tag command action ~ |:digraphs| :dig[raphs] show or enter digraphs |:display| :di[splay] display registers |:djump| :dj[ump] jump to #define -|:dlist| :dl[ist] list #defines +|:dl| :dl short for |:delete| +|:dl| :del[ete]l short for |:delete| +|:dlist| :dli[st] list #defines |:doautocmd| :do[autocmd] apply autocommands to current buffer |:doautoall| :doautoa[ll] apply autocommands for all loaded buffers +|:dp| :d[elete]p short for |:delete| |:drop| :dr[op] jump to window editing file or edit file in current window |:dsearch| :ds[earch] list one #define diff --git a/runtime/doc/insert.txt b/runtime/doc/insert.txt index e7368fc17..4599b7810 100644 --- a/runtime/doc/insert.txt +++ b/runtime/doc/insert.txt @@ -1,4 +1,4 @@ -*insert.txt* For Vim version 7.4a. Last change: 2013 Jul 04 +*insert.txt* For Vim version 7.4a. Last change: 2013 Jul 12 VIM REFERENCE MANUAL by Bram Moolenaar @@ -1359,7 +1359,7 @@ Complete: Completion works in separate JavaScript files (&ft==javascript), inside of