comparison runtime/doc/filetype.txt @ 10548:74effdaa369e

Updated runtime files. commit https://github.com/vim/vim/commit/68563937f58ea2dc31b58739336c383d2fd7e6cf Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jan 10 13:31:15 2017 +0100 Updated runtime files.
author Christian Brabandt <cb@256bit.org>
date Tue, 10 Jan 2017 13:45:05 +0100
parents 9f48eab77d62
children 146a1e213b60
comparison
equal deleted inserted replaced
10547:b1438ad6d6e8 10548:74effdaa369e
1 *filetype.txt* For Vim version 8.0. Last change: 2016 Sep 09 1 *filetype.txt* For Vim version 8.0. Last change: 2017 Jan 04
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
571 Man {number} {name} 571 Man {number} {name}
572 Display the manual page for {name} in a section {number}. 572 Display the manual page for {name} in a section {number}.
573 573
574 Global mapping: 574 Global mapping:
575 <Leader>K Displays the manual page for the word under the cursor. 575 <Leader>K Displays the manual page for the word under the cursor.
576 <Plug>ManPreGetPage idem, allows for using a mapping: >
577 nmap <F1> <Plug>ManPreGetPage<CR>
576 578
577 Local mappings: 579 Local mappings:
578 CTRL-] Jump to the manual page for the word under the cursor. 580 CTRL-] Jump to the manual page for the word under the cursor.
579 CTRL-T Jump back to the previous manual page. 581 CTRL-T Jump back to the previous manual page.
580 q Same as ":quit" 582 q Same as ":quit"