From cb31663663b9be92dd9c2fbe06ccea88625b2fca Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Sat, 29 Mar 2025 07:01:49 +0800 Subject: vim-patch:9.1.1252: typos in code and docs related to 'diffopt' "inline:" (#33143) Problem: Typos in code and docs related to 'diffopt' "inline:". (after v9.1.1243) Solution: Fix typos and slightly improve the docs. (zeertzjq) closes: vim/vim#16997 https://github.com/vim/vim/commit/5a307c361cbe9f7ac438a917b905378d87f8f2de --- src/nvim/options.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/nvim/options.lua') diff --git a/src/nvim/options.lua b/src/nvim/options.lua index 4a11078b80..2f77d0ebb7 100644 --- a/src/nvim/options.lua +++ b/src/nvim/options.lua @@ -2279,8 +2279,8 @@ local options = { none Do not perform inline highlighting. simple Highlight from first different character to the last one in each - line. This is the default if nothing - is set. + line. This is the default if no + `inline:` value is set. char Use internal diff to perform a character-wise diff and highlight the difference. -- cgit