comparison runtime/doc/version5.txt @ 29193:1e9e9d89f0ee

Update runtime files Commit: https://github.com/vim/vim/commit/d592deb336523a5448779ee3d4bba80334cff1f7 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jun 17 15:42:40 2022 +0100 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Fri, 17 Jun 2022 16:45:04 +0200
parents 6dd88e45d47d
children f8116058ca76
comparison
equal deleted inserted replaced
29192:e4488cf0eff9 29193:1e9e9d89f0ee
3260 Files can be encrypted when writing and decrypted when reading. Added the 3260 Files can be encrypted when writing and decrypted when reading. Added the
3261 'key' option, "-x" command line argument and ":X" command. |encryption| (based 3261 'key' option, "-x" command line argument and ":X" command. |encryption| (based
3262 on patch from Mohsin Ahmed) 3262 on patch from Mohsin Ahmed)
3263 3263
3264 When reading a file, there is an automatic detection whether it has been 3264 When reading a file, there is an automatic detection whether it has been
3265 crypted. Vim will then prompt for the key. 3265 encrypted. Vim will then prompt for the key.
3266 3266
3267 Note that the encryption method is not compatible with Vi. The encryption is 3267 Note that the encryption method is not compatible with Vi. The encryption is
3268 not unbreakable. This allows it to be exported from the US. 3268 not unbreakable. This allows it to be exported from the US.
3269 3269
3270 3270
7620 7620
7621 7621
7622 Previously released patches for Vim 5.7: 7622 Previously released patches for Vim 5.7:
7623 7623
7624 Patch 5.7.001 7624 Patch 5.7.001
7625 Problem: When the current buffer is crypted, and another modified buffer 7625 Problem: When the current buffer is encrypted, and another modified buffer
7626 isn't, ":wall" will encrypt the other buffer. 7626 isn't, ":wall" will encrypt the other buffer.
7627 Solution: In buf_write() use "buf" instead of "curbuf" to check for the 7627 Solution: In buf_write() use "buf" instead of "curbuf" to check for the
7628 crypt key. 7628 crypt key.
7629 Files: src/fileio.c 7629 Files: src/fileio.c
7630 7630