runtime(new-tutor): update the "correct" text in tutor.tutor.json
Commit: https://github.com/vim/vim/commit/c2c913242032e3e7efef10ad8e9df6ba94318519 Author: Phạm Bình An <phambinhanctb2...@gmail.com> Date: Tue Jun 3 21:20:00 2025 +0200 runtime(new-tutor): update the "correct" text in tutor.tutor.json Change from "Document '&variable'" to the expected correct result "TODO: Document '&variable'" closes: #17417 Signed-off-by: Phạm Bình An <phambinhanctb2...@gmail.com> Signed-off-by: Christian Brabandt <c...@256bit.org> diff --git a/runtime/tutor/tutor.tutor.json b/runtime/tutor/tutor.tutor.json index 4fb18fbdc..9ee097446 100644 --- a/runtime/tutor/tutor.tutor.json +++ b/runtime/tutor/tutor.tutor.json @@ -2,8 +2,8 @@ "expect": { "56": "This is text with **important information**", "57": "This is text with **important information**", - "64": "Document '&variable'", - "65": "Document '&variable'", + "64": "TODO: Document '&variable'", + "65": "TODO: Document '&variable'", "71": "# This is a level 1 header", "72": "# This is a level 1 header", "73": "### This is a level 3 header", -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_dev+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/vim_dev/E1uMXKm-00FfAB-25%40256bit.org.