comparison runtime/doc/help.txt @ 17456:e414281d8bb4 v8.1.1726

patch 8.1.1726: the eval.txt help file is too big commit https://github.com/vim/vim/commit/ed997adaa1e9bd057ce732a73d933b739e9d0c30 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 21 16:42:00 2019 +0200 patch 8.1.1726: the eval.txt help file is too big Problem: The eval.txt help file is too big. Solution: Split off testing support to testing.txt. Move function details to where the functionality is explained.
author Bram Moolenaar <Bram@vim.org>
date Sun, 21 Jul 2019 16:45:05 +0200
parents c002c4899529
children af69c9335223
comparison
equal deleted inserted replaced
17455:4ae435e21326 17456:e414281d8bb4
1 *help.txt* For Vim version 8.1. Last change: 2019 May 12 1 *help.txt* For Vim version 8.1. Last change: 2019 Jul 21
2 2
3 VIM - main help file 3 VIM - main help file
4 k 4 k
5 Move around: Use the cursor keys, or "h" to go left, h l 5 Move around: Use the cursor keys, or "h" to go left, h l
6 "j" to go down, "k" to go up, "l" to go right. j 6 "j" to go down, "k" to go up, "l" to go right. j
137 |eval.txt| expression evaluation, conditional commands 137 |eval.txt| expression evaluation, conditional commands
138 |channel.txt| Jobs, Channels, inter-process communication 138 |channel.txt| Jobs, Channels, inter-process communication
139 |fold.txt| hide (fold) ranges of lines 139 |fold.txt| hide (fold) ranges of lines
140 140
141 Special issues ~ 141 Special issues ~
142 |testing.txt| testing Vim and Vim scripts
142 |print.txt| printing 143 |print.txt| printing
143 |remote.txt| using Vim as a server or client 144 |remote.txt| using Vim as a server or client
144 |term.txt| using different terminals and mice 145 |term.txt| using different terminals and mice
145 |terminal.txt| Terminal window support 146 |terminal.txt| Terminal window support
146 |popup.txt| popop window support 147 |popup.txt| popop window support