summaryrefslogtreecommitdiffstats
path: root/src/if_lua.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/if_lua.c')
-rw-r--r--src/if_lua.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/if_lua.c b/src/if_lua.c
index a13103703d..34eee8e0c2 100644
--- a/src/if_lua.c
+++ b/src/if_lua.c
@@ -1853,7 +1853,7 @@ luaV_setvar(lua_State *L)
// Update the key
typval_T tv;
- // Convert the lua value to a vimscript type in the temporary variable
+ // Convert the lua value to a Vim script type in the temporary variable
lua_pushvalue(L, 4);
if (luaV_totypval(L, -1, &tv) == FAIL)
return luaL_error(L, "Couldn't convert lua value");