From 30e9b3c4256710781c3bd64efb33f138e4e074b3 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 7 Sep 2019 16:24:12 +0200 Subject: Update runtime files --- runtime/doc/index.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'runtime/doc/index.txt') diff --git a/runtime/doc/index.txt b/runtime/doc/index.txt index 091ffb221..3563d8818 100644 --- a/runtime/doc/index.txt +++ b/runtime/doc/index.txt @@ -1,4 +1,4 @@ -*index.txt* For Vim version 8.1. Last change: 2019 Aug 21 +*index.txt* For Vim version 8.1. Last change: 2019 Sep 02 VIM REFERENCE MANUAL by Bram Moolenaar @@ -23,7 +23,7 @@ to look for deleting something, use: "/delete". 5. Terminal-Job mode |terminal-job-index| 6. EX commands |ex-cmd-index| -For an overview of options see help.txt |option-list|. +For an overview of options see |option-list|. For an overview of built-in functions see |functions|. For a list of Vim variables see |vim-variable|. For a complete listing of all help items see |help-tags|. @@ -1128,6 +1128,8 @@ The commands are sorted on the non-optional part of their name. tag command action ~ ------------------------------------------------------------------------------ +|:| : nothing +|:range| :{range} go to last line in {range} |:!| :! filter lines or execute an external command |:!!| :!! repeat last ":!" command |:#| :# same as ":number" -- cgit v1.2.1