rjkroege / edwood

Go version of Plan9 Acme Editor
Other
380 stars 34 forks source link

Delimit filenames by multiple spaces #486

Closed paul-lalonde closed 1 year ago

paul-lalonde commented 1 year ago

Windows filenames are very permissive. For Look we want to use a better heuristic than "longest". So this cl changes to delimit filenames by multiple whitespaces in row. If you have two spaces in your filename you can sweep it out.

codecov[bot] commented 1 year ago

Codecov Report

Merging #486 (0522087) into master (46350b5) will not change coverage. The diff coverage is n/a.

:exclamation: Current head 0522087 differs from pull request most recent head 442ba0d. Consider uploading reports for the commit 442ba0d to get more accurate results

@@           Coverage Diff           @@
##           master     #486   +/-   ##
=======================================
  Coverage   58.48%   58.48%           
=======================================
  Files          54       54           
  Lines       10761    10761           
=======================================
  Hits         6294     6294           
  Misses       4032     4032           
  Partials      435      435