comparison runtime/doc/message.txt @ 16553:0e473e9e70c2 v8.1.1280

patch 8.1.1280: remarks about functionality not in Vi clutters the help commit https://github.com/vim/vim/commit/25c9c680ec4dfbb51f4ef21c3460a48d3c67ffc8 Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 5 18:13:34 2019 +0200 patch 8.1.1280: remarks about functionality not in Vi clutters the help Problem: Remarks about functionality not in Vi clutters the help. Solution: Move all info about what is new in Vim or already existed in Vi to vi_diff.txt. Remove {not in Vi} remarks. (closes #4268) Add "noet" to the help files modeline. Also include many other help file improvements.
author Bram Moolenaar <Bram@vim.org>
date Sun, 05 May 2019 18:15:06 +0200
parents b471858040bc
children 1eaf34420bb3
comparison
equal deleted inserted replaced
16552:deb3d4f5be8b 16553:0e473e9e70c2
1 *message.txt* For Vim version 8.1. Last change: 2019 Apr 04 1 *message.txt* For Vim version 8.1. Last change: 2019 May 05
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
828 d down a page (half a screen) 828 d down a page (half a screen)
829 <Space> or f or <PageDown> down a screen 829 <Space> or f or <PageDown> down a screen
830 G down all the way, until the hit-enter 830 G down all the way, until the hit-enter
831 prompt 831 prompt
832 832
833 <BS> or k or <Up> one line back (*) 833 <BS> or k or <Up> one line back
834 u up a page (half a screen) (*) 834 u up a page (half a screen)
835 b or <PageUp> back a screen (*) 835 b or <PageUp> back a screen
836 g back to the start (*) 836 g back to the start
837 837
838 q, <Esc> or CTRL-C stop the listing 838 q, <Esc> or CTRL-C stop the listing
839 : stop the listing and enter a 839 : stop the listing and enter a
840 command-line 840 command-line
841 <C-Y> yank (copy) a modeless selection to 841 <C-Y> yank (copy) a modeless selection to
842 the clipboard ("* and "+ registers) 842 the clipboard ("* and "+ registers)
843 {menu-entry} what the menu is defined to in 843 {menu-entry} what the menu is defined to in
844 Cmdline-mode. 844 Cmdline-mode.
845 <LeftMouse> (**) next page 845 <LeftMouse> next page (*)
846 846
847 Any other key causes the meaning of the keys to be displayed. 847 Any other key causes the meaning of the keys to be displayed.
848 848
849 (*) backwards scrolling is {not in Vi}. Only scrolls back to where messages 849 (*) Clicking the left mouse button only works:
850 started to scroll.
851 (**) Clicking the left mouse button only works:
852 - For the GUI: in the last line of the screen. 850 - For the GUI: in the last line of the screen.
853 - When 'r' is included in 'mouse' (but then selecting text won't work). 851 - When 'r' is included in 'mouse' (but then selecting text won't work).
854 852
855 853
856 Note: The typed key is directly obtained from the terminal, it is not mapped 854 Note: The typed key is directly obtained from the terminal, it is not mapped