comparison runtime/doc/usr_21.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 5c5908e81e93
children af69c9335223
comparison
equal deleted inserted replaced
16552:deb3d4f5be8b 16553:0e473e9e70c2
1 *usr_21.txt* For Vim version 8.1. Last change: 2012 Nov 02 1 *usr_21.txt* For Vim version 8.1. Last change: 2019 Apr 25
2 2
3 VIM USER MANUAL - by Bram Moolenaar 3 VIM USER MANUAL - by Bram Moolenaar
4 4
5 Go away and come back 5 Go away and come back
6 6
261 well stand for "source"). 261 well stand for "source").
262 262
263 The windows that were open are restored, with the same position and size as 263 The windows that were open are restored, with the same position and size as
264 before. Mappings and option values are like before. 264 before. Mappings and option values are like before.
265 What exactly is restored depends on the 'sessionoptions' option. The 265 What exactly is restored depends on the 'sessionoptions' option. The
266 default value is "blank,buffers,curdir,folds,help,options,winsize". 266 default value is:
267 "blank,buffers,curdir,folds,help,options,tabpages,winsize,terminal".
267 268
268 blank keep empty windows 269 blank keep empty windows
269 buffers all buffers, not only the ones in a window 270 buffers all buffers, not only the ones in a window
270 curdir the current directory 271 curdir the current directory
271 folds folds, also manually created ones 272 folds folds, also manually created ones
272 help the help window 273 help the help window
273 options all options and mappings 274 options all options and mappings
275 tabpages all tab pages
274 winsize window sizes 276 winsize window sizes
277 terminal include terminal windows
275 278
276 Change this to your liking. To also restore the size of the Vim window, for 279 Change this to your liking. To also restore the size of the Vim window, for
277 example, use: > 280 example, use: >
278 281
279 :set sessionoptions+=resize 282 :set sessionoptions+=resize