diff src/vim9.h @ 20099:058b41f85bcb v8.2.0605

patch 8.2.0605: Vim9: cannot unlet an environment variable Commit: https://github.com/vim/vim/commit/7bdaea6e0df849cf3dd7eaaf454eb88f637d1884 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Apr 19 18:27:26 2020 +0200 patch 8.2.0605: Vim9: cannot unlet an environment variable Problem: Vim9: cannot unlet an environment variable. Solution: Implement unlet for $VAR.
author Bram Moolenaar <Bram@vim.org>
date Sun, 19 Apr 2020 18:30:04 +0200
parents a64c16ff98b8
children fe8d0a4344df
line wrap: on
line diff
--- a/src/vim9.h
+++ b/src/vim9.h
@@ -45,6 +45,7 @@ typedef enum {
     ISN_STORENR,    // store number into local variable isn_arg.storenr.stnr_idx
 
     ISN_UNLET,		// unlet variable isn_arg.unlet.ul_name
+    ISN_UNLETENV,	// unlet environment variable isn_arg.unlet.ul_name
 
     // constants
     ISN_PUSHNR,		// push number isn_arg.number