Hi Attached patch fixes 2 minor doc issues: - misalignment with conceallevel=2 in doc/eval.txt - grammar mistake in syntax.txt
Regards Dominique -- -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
diff -r ddc6a8829b86 runtime/doc/eval.txt --- a/runtime/doc/eval.txt Sat Apr 05 19:44:40 2014 +0200 +++ b/runtime/doc/eval.txt Sat Apr 05 21:13:24 2014 +0200 @@ -1144,7 +1144,7 @@ |local-variable| l: Local to a function. |script-variable| s: Local to a |:source|'ed Vim script. |function-argument| a: Function argument (only inside a function). -|vim-variable| v: Global, predefined by Vim. +|vim-variable| v: Global, predefined by Vim. The scope name by itself can be used as a |Dictionary|. For example, to delete all script-local variables: > diff -r ddc6a8829b86 runtime/doc/syntax.txt --- a/runtime/doc/syntax.txt Sat Apr 05 19:44:40 2014 +0200 +++ b/runtime/doc/syntax.txt Sat Apr 05 21:13:24 2014 +0200 @@ -1959,7 +1959,7 @@ There are several implementations for LPC, we intend to support most widely used ones. Here the default LPC syntax is for MudOS series, for MudOS v22 and before, you should turn off the sensible modifiers, and this will also -asserts the new efuns after v22 to be invalid, don't set this variable when +assert the new efuns after v22 to be invalid, don't set this variable when you are using the latest version of MudOS: > :let lpc_pre_v22 = 1
