don't tolerate Lua comments when parsing commands
[?]
Jul 24, 2023, 7:11 AM
AQRAWL63MPCC7SP4NMLNSAD6ZOVRAQBA6TRYJYWQQK2HY34BRJAQCDependencies
- [2]
UY647VAQrename - [3]
VA7NGQLGignore comments when selecting buffer name - [4]
WYKKFV2Gprevent overriding foundational definitions - [5]
5U3UBEQDnew command: batch GET - [6]
F7J2IBRSsupport including a default_map - [7]
F735F5KOnow fix copy-paste errors in GET* - [8]
D27H6QACundo previous commit - [9]
LRDM35CEapp running again - [10]
YOK66CEWsmall change to simplify the driver's task - [11]
H3RX6UWRabortive experiment: keep definitions independent - [12]
BSDXVB3Hbackport some doc updates and renames
Change contents
- replacement in live.lua at line 199
local definition_name = cmdlocal definition_name = live.get_definition_name_from_buffer(buf)print('definition name is '..definition_name) - edit in live.lua at line 228
return buf:match('^%s*(%S+)')endfunction live.get_definition_name_from_buffer(buf)