|
1 | | -*options.txt* For Vim version 9.1. Last change: 2026 Jan 07 |
| 1 | +*options.txt* For Vim version 9.1. Last change: 2026 Jan 11 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | VIM REFERENCE MANUAL by Bram Moolenaar |
@@ -4278,11 +4278,11 @@ A jump table for the options with a short description can be found at |Q_op|. |
4278 | 4278 | When on, the library function fsync() will be called after writing a |
4279 | 4279 | file. This will flush a file to disk, ensuring that it is safely |
4280 | 4280 | written even on filesystems which do metadata-only journaling. This |
4281 | | - will force the harddrive to spin up on Linux systems running in laptop |
4282 | | - mode, so it may be undesirable in some situations. Be warned that |
4283 | | - turning this off increases the chances of data loss after a crash. On |
4284 | | - systems without an fsync() implementation, this variable is always |
4285 | | - off. |
| 4281 | + will force the hard drive to spin up on Linux systems running in |
| 4282 | + laptop mode, so it may be undesirable in some situations. Be warned |
| 4283 | + that turning this off increases the chances of data loss after a |
| 4284 | + crash. On systems without an fsync() implementation, this variable is |
| 4285 | + always off. |
4286 | 4286 | This is a |global-local| option, so it can be set per buffer, for |
4287 | 4287 | example when writing to a slow filesystem. |
4288 | 4288 | Also see 'swapsync' for controlling fsync() on swap files. |
@@ -6973,6 +6973,9 @@ A jump table for the options with a short description can be found at |Q_op|. |
6973 | 6973 | |lambda| or a |Funcref|. See |option-value-function| for more |
6974 | 6974 | information. |
6975 | 6975 |
|
| 6976 | + It is not allowed to change text or jump to another window while |
| 6977 | + evaluating 'qftf' |textlock|. |
| 6978 | + |
6976 | 6979 | This option cannot be set from a |modeline| or in the |sandbox|, for |
6977 | 6980 | security reasons. |
6978 | 6981 |
|
|
0 commit comments