diff runtime/doc/eval.txt @ 29578:e64e9ba15acc

Update runtime files Commit: https://github.com/vim/vim/commit/05a8061eecd9969ee6cde008f54ded77462b649e Author: Bram Moolenaar <Bram@vim.org> Date: Mon Aug 1 15:09:53 2022 +0100 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Mon, 01 Aug 2022 16:15:04 +0200
parents 34c1f4cd0c18
children 2acb87ee55fc
line wrap: on
line diff
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -1549,7 +1549,7 @@ to be doubled.  These two commands are e
 	if a =~ '\s*'
 
 
-interpolated-string				*$quote* *interp-string* *E256*
+interpolated-string				*$quote* *interp-string*
 --------------------
 $"string"		interpolated string constant		*expr-$quote*
 $'string'		interpolated literal string constant	*expr-$'*