summaryrefslogtreecommitdiff
path: root/src/vim9.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-04-19 18:27:26 +0200
committerBram Moolenaar <Bram@vim.org>2020-04-19 18:27:26 +0200
commit7bdaea6e0df849cf3dd7eaaf454eb88f637d1884 (patch)
treefb91b5cbe233e4fe9ab0b52a7851a6f47c5cd84c /src/vim9.h
parenteb58a2465825c258beafae96240824923f73779f (diff)
downloadvim-git-7bdaea6e0df849cf3dd7eaaf454eb88f637d1884.tar.gz
patch 8.2.0605: Vim9: cannot unlet an environment variablev8.2.0605
Problem: Vim9: cannot unlet an environment variable. Solution: Implement unlet for $VAR.
Diffstat (limited to 'src/vim9.h')
-rw-r--r--src/vim9.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vim9.h b/src/vim9.h
index 64749ce1b..a75e1752c 100644
--- 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