comparison runtime/doc/editing.txt @ 27635:6ca2d8f4cd32 v8.2.4343

patch 8.2.4343: when reloading not all properties are detected Commit: https://github.com/vim/vim/commit/8196e94a8b72ed8618605cb66615571313097d78 Author: Rob Pilling <robpilling@gmail.com> Date: Fri Feb 11 15:12:10 2022 +0000 patch 8.2.4343: when reloading not all properties are detected Problem: When reloading not all properties are detected. Solution: Add the "edit" value to v:fcs_choice. (Rob Pilling, closes https://github.com/vim/vim/issues/9579)
author Bram Moolenaar <Bram@vim.org>
date Fri, 11 Feb 2022 16:15:03 +0100
parents 063952f68595
children 8fc68ce4a097
comparison
equal deleted inserted replaced
27634:9fe2fed9bb4b 27635:6ca2d8f4cd32
1648 the file was deleted you get an error message. 1648 the file was deleted you get an error message.
1649 If the file previously didn't exist you get a warning 1649 If the file previously didn't exist you get a warning
1650 if it exists now. 1650 if it exists now.
1651 Once a file has been checked the timestamp is reset, 1651 Once a file has been checked the timestamp is reset,
1652 you will not be warned again. 1652 you will not be warned again.
1653 Syntax highlighting, marks, diff status,
1654 'fileencoding', 'fileformat' and 'binary' options
1655 are not changed. See |v:fcs_choice| to reload these
1656 too (for example, if a code formatting tools has
1657 changed the file).
1653 1658
1654 :[N]checkt[ime] {filename} 1659 :[N]checkt[ime] {filename}
1655 :[N]checkt[ime] [N] 1660 :[N]checkt[ime] [N]
1656 Check the timestamp of a specific buffer. The buffer 1661 Check the timestamp of a specific buffer. The buffer
1657 may be specified by name, number or with a pattern. 1662 may be specified by name, number or with a pattern.