japanoise / emsys

ersatz-emacs text editor
MIT License
3 stars 2 forks source link

enhancement to tab.c #11

Closed nicholascarroll closed 2 years ago

nicholascarroll commented 2 years ago

Here` is an improvement to the tabCompleteFiles function that you might like; it does exapnsion of tilde to user home ($HOME): In file tab.c, line 25:

        if (glob((char*)prompt, GLOB_TILDE | GLOB_MARK, NULL, &globlist))                    

Cheers