summaryrefslogtreecommitdiffstats
path: root/runtime/doc/filetype.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-01-10 13:31:15 +0100
committerBram Moolenaar <Bram@vim.org>2017-01-10 13:31:15 +0100
commit68563937f58ea2dc31b58739336c383d2fd7e6cf (patch)
treee49bddc6de4f53c09c022b5e26aa96f925e3eff0 /runtime/doc/filetype.txt
parent6abda995a57306028c3dc5c62c9b15858e5a3bcf (diff)
Updated runtime files.
Diffstat (limited to 'runtime/doc/filetype.txt')
-rw-r--r--runtime/doc/filetype.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/doc/filetype.txt b/runtime/doc/filetype.txt
index 4c9b2b0568..4b0a185da2 100644
--- a/runtime/doc/filetype.txt
+++ b/runtime/doc/filetype.txt
@@ -1,4 +1,4 @@
-*filetype.txt* For Vim version 8.0. Last change: 2016 Sep 09
+*filetype.txt* For Vim version 8.0. Last change: 2017 Jan 04
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -573,6 +573,8 @@ Man {number} {name}
Global mapping:
<Leader>K Displays the manual page for the word under the cursor.
+<Plug>ManPreGetPage idem, allows for using a mapping: >
+ nmap <F1> <Plug>ManPreGetPage<CR>
Local mappings:
CTRL-] Jump to the manual page for the word under the cursor.