diff runtime/doc/version8.txt @ 23798:59efd230b373 v8.2.2440

patch 8.2.2440: documentation based on patches is outdated Commit: https://github.com/vim/vim/commit/853886722c051ecaef6d818ce32a822e4f43dc2b Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 31 17:03:52 2021 +0100 patch 8.2.2440: documentation based on patches is outdated Problem: Documentation based on patches is outdated. Solution: Add changes to documentation in a patch.
author Bram Moolenaar <Bram@vim.org>
date Sun, 31 Jan 2021 17:15:04 +0100
parents 15fa3923cc49
children 4ab4ef0c48b1
line wrap: on
line diff
--- a/runtime/doc/version8.txt
+++ b/runtime/doc/version8.txt
@@ -16933,7 +16933,7 @@ Solution:   Add #ifdefs.
 Files:      src/screen.c
 
 Patch 8.0.0383 (after 8.0.0382)
-Problem:    Misplaced #ifdef. (Christ van Willigen)
+Problem:    Misplaced #ifdef. (Christ van Willegen)
 Solution:   Split assignment.
 Files:      src/screen.c
 
@@ -19612,7 +19612,7 @@ Files:      Filelist
 
 Patch 8.0.0815
 Problem:    Terminal window not correctly updated when 'statusline' invokes
-            ":sleep". (NIkolay Pavlov)
+            ":sleep". (Nikolay Pavlov)
 Solution:   Clear got_int.  Repeat redrawing when needed.
 Files:      src/terminal.c