hishamhm / dit

A console text editor for Unix systems that you already know how to use
http://hisham.hm/dit
GNU General Public License v2.0
141 stars 9 forks source link

compat53.lua not found #33

Closed dodona2 closed 3 years ago

dodona2 commented 5 years ago

compat53.lua isn't found while invoking with an .c file as file argument. Any idea?

prantlf commented 4 years ago

I worked around it by copying the missing directory and symlink files manually, when trying to build the latest sources on Mac (#38):

cp -R scripts/compat53 /usr/local/share/dit/scripts/
cp -R scripts/compat53.lua /usr/local/share/dit/scripts/
hishamhm commented 3 years ago

Fixed in e467cfef00f7f4cf32e0a909a8338216032816a2 — thanks for reporting!