mirror of
https://github.com/neovim/neovim.git
synced 2025-09-12 22:38:16 +00:00

The second argument to lfs.attributes() serves only to select a specific part of the normally returned table. It's not a file open flag (e.g.: as for fopen() in C). Also made the (n)eq checks a bit more idiomatic. Fixes #1831