• B
    Highlight compiled files if their source is present · cce20d59
    Ben S 提交于
    Compiled files with a source present (such as code.o when code.c is present) are now classified as temporary files. If the source isn't present, they're highlighted in a kind of drab colour (using the new 255-colour ability, yay!)
    
    The code does do exists() checks on the filesystem when it could be possible to compare the files to the list of files we got from the call to readdir(), but it doesn't.
    cce20d59
file.rs 7.5 KB