mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-28 09:50:21 +09:00
Make the regular expression much more precise: * match literal dots instead of any char (match rc.conf but not rcXconf) * match special filenames exactly (match PKGBUILD but not myPKGBUILD.something) Run build-all to update internal/config/runtime.go closes #2163