6 Commits

Author SHA1 Message Date
Iron-E
f4bb0c5641
feat(persistence): pre_save option to call before saving (#22)
* feat(persistence): `pre_save` option to call before saving

This commit adds the `pre_save` option, which is a `fun()|nil` that will
be called (if present) before saving the current session. Use cases
include filtering buffers, executing `User` autocmds, etc.

* docs: `pre_save` option
2023-02-28 10:05:58 +01:00
Jann Marc
5453a25028
docs: updated session directory (#16)
* Update README.md

* Update docs
2023-01-05 08:38:06 +01:00
folke
0b412a149c chore(docs): auto generate vimdoc 2023-01-04 12:53:20 +00:00
folke
5da6ddd077 chore(docs): auto generate vimdoc 2022-11-30 18:29:17 +00:00
folke
8b47de30d6 Auto generate docs 2022-09-05 08:02:17 +00:00
Folke Lemaitre
beb1470d8f
build: added panvimdoc github action 2022-09-05 10:01:47 +02:00