nvimdev / dashboard-nvim

vim dashboard
MIT License
2.19k stars 177 forks source link

Update events.lua: change invalid open-file flags rs+ to r+ #447

Closed tox2ik closed 2 months ago

tox2ik commented 2 months ago

solve issue #385 on windows

The permissions mode 438 (0666) should not be used for private files inside $HOME, thus 384 (0600). This is not critical though.

The real issue is the old "rs+" parameter.