nvimdev / dashboard-nvim

vim dashboard
MIT License
2.39k stars 192 forks source link

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

Closed tox2ik closed 7 months ago

tox2ik commented 7 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.