Commit graph

12 commits

Author SHA1 Message Date
Stephen Seo ddeffdce4f Impl uncommenting with leading whitespace 2022-11-19 18:15:19 +09:00
Stephen Seo aba093a42c Fix edge-case where commentstring has '%' 2022-11-04 13:07:54 +09:00
Stephen Seo 62447a8c90 Fix edge-case string.find and string.gmatch differ 2022-11-03 20:11:49 +09:00
Stephen Seo 3c73a4438b Fix line number print on error 2022-11-03 16:17:26 +09:00
Stephen Seo 521966fe72 Minor fix handling error while uncommenting line
Instead of returning, allow the loop to continue so that a single line's
failure doesn't prevent other lines toggling comment state.
2022-11-03 16:14:30 +09:00
Stephen Seo 89b60342d7 Impl overrides for alternate commenting syntax 2022-11-03 15:17:15 +09:00
Stephen Seo d50ad6ff99 Add LICENSE 2022-11-03 13:10:39 +09:00
Stephen Seo 8129ea9d2c Fix errors not stopping fn execution 2022-11-03 13:09:27 +09:00
Stephen Seo 47c0a409e1 Fix usage of commentstring 2022-11-03 12:54:02 +09:00
Stephen Seo 079fed75a5 Fix getting comment string 2022-11-03 11:41:27 +09:00
Stephen Seo e39309a42e Fix detection of colon separator in comment string 2022-11-03 11:31:15 +09:00
Stephen Seo e5227c8035 Init working plugin commit 2022-11-03 11:29:06 +09:00