Fix missing global (#384)
* add selected command to cmd-history * make N_ function global * fix vimoptions description resolution and add color
This commit is contained in:
@@ -41,7 +41,7 @@ local imacros=function(s)
|
||||
return '(intptr_t)' .. s
|
||||
end
|
||||
end
|
||||
local N_=function(s) -- luacheck: ignore 211 (currently unused)
|
||||
N_=function(s) -- luacheck: ignore 211 (currently unused)
|
||||
return function()
|
||||
return 'N_(' .. cstr(s) .. ')'
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user