Fix bad reference to 'ParseTable:get()'

pull/3/head
Iron-E 4 years ago
parent a25aea8135
commit ca0180c0d7
No known key found for this signature in database
GPG Key ID: 19B71B7B7B021D22

@ -64,7 +64,7 @@ function _metaMode:_checkInputForMapping()
inputBytes[#inputBytes + 1] = self._input:nvimGet()
-- Get the command based on the users input.
local cmd = self._mappings:get(inputBytes)
local cmd = self._mappings:parseGet(inputBytes)
-- Get the type of the command.
local commandType = type(cmd)

Loading…
Cancel
Save