Closed liuchengxu closed 1 year ago
The mapping <Tab> is tracked in the mappings in String form, while the returned value from getchar() is a Number, convert it to String manually so that the corresponding entry in s:runtime can be retrieved.
<Tab>
getchar()
s:runtime
Close #135
The mapping
<Tab>
is tracked in the mappings in String form, while the returned value fromgetchar()
is a Number, convert it to String manually so that the corresponding entry ins:runtime
can be retrieved.Close #135