Make "v:errmsg", "v:shell_error" and "v:this_session" distinct

This commit is contained in:
Shougo Matsushita
2018-06-19 08:50:15 +09:00
parent 13d29cb9ed
commit 03bd5a4b91
4 changed files with 19 additions and 7 deletions

View File

@@ -352,6 +352,9 @@ TUI:
VimL (Vim script) compatibility:
`count` does not alias to |v:count|
`errmsg` does not alias to |v:errmsg|
`shell_error` does not alias to |v:shell_error|
`this_session` does not alias to |v:this_session|
==============================================================================
5. Missing legacy features *nvim-features-missing*