0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

patch 8.2.0319: file missing in distribution, comments outdated

Problem:    File missing in distribution, comments outdated.
Solution:   Correct path of README file.  Update comments.
This commit is contained in:
Bram Moolenaar
2020-02-26 13:43:51 +01:00
parent bc93cebb69
commit d672dde584
5 changed files with 7 additions and 4 deletions

View File

@@ -669,6 +669,7 @@ heredoc_get(exarg_T *eap, char_u *cmd)
* ":let var ..= expr" assignment command.
* ":let [var1, var2] = expr" unpack list.
* ":let var =<< ..." heredoc
* ":let var: string" Vim9 declaration
*/
void
ex_let(exarg_T *eap)