comparison runtime/doc/options.txt @ 24569:e3ec2ec8841a

Update runtime files Commit: https://github.com/vim/vim/commit/4c295027a426986566cd7a76c47a6d3a529727e7 Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 2 17:19:11 2021 +0200 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Sun, 02 May 2021 17:30:05 +0200
parents 5bda4653aced
children cb4cb3ff5736
comparison
equal deleted inserted replaced
24568:3671ff322103 24569:e3ec2ec8841a
1 *options.txt* For Vim version 8.2. Last change: 2021 Apr 17 1 *options.txt* For Vim version 8.2. Last change: 2021 Apr 28
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
4562 Vi default: "@,48-57,_") 4562 Vi default: "@,48-57,_")
4563 local to buffer 4563 local to buffer
4564 Keywords are used in searching and recognizing with many commands: 4564 Keywords are used in searching and recognizing with many commands:
4565 "w", "*", "[i", etc. It is also used for "\k" in a |pattern|. See 4565 "w", "*", "[i", etc. It is also used for "\k" in a |pattern|. See
4566 'isfname' for a description of the format of this option. For '@' 4566 'isfname' for a description of the format of this option. For '@'
4567 characters above 255 check the "word" character class. 4567 characters above 255 check the "word" character class (any character
4568 that is not white space or punctuation).
4568 For C programs you could use "a-z,A-Z,48-57,_,.,-,>". 4569 For C programs you could use "a-z,A-Z,48-57,_,.,-,>".
4569 For a help file it is set to all non-blank printable characters except 4570 For a help file it is set to all non-blank printable characters except
4570 '*', '"' and '|' (so that CTRL-] on a command finds the help for that 4571 '*', '"' and '|' (so that CTRL-] on a command finds the help for that
4571 command). 4572 command).
4572 When the 'lisp' option is on the '-' character is always included. 4573 When the 'lisp' option is on the '-' character is always included.