kakoune/rc
Frank LENORMAND c379c5cbdc rc: Simplify/POSIXify the autorestore.kak script
This commit allows buffers that were not previously written to disk to
be restored if a backup has been generated in their name. Consequently,
we got rid of a few non-POSIX calls to `find` (using `-maxdepth` or
`-delete`), and of the logic that detected the newest backup (which
didn't seem a good reason enough to steer away from a portable command).

Fixes #1236
2017-02-24 14:48:49 +03:00
..
base improved haskell comment regex 2017-02-21 21:26:05 +01:00
core Rename BufNew and BufOpen hooks to BufNewFile and BufOpenFile 2017-02-19 13:08:06 +00:00
extra rc: Simplify/POSIXify the autorestore.kak script 2017-02-24 14:48:49 +03:00