17 Commits

Author SHA1 Message Date
Folke Lemaitre
f0ac0e981e
feat: persistence.active. Check if a session saving is active 2024-07-06 21:31:22 +02:00
Folke Lemaitre
5346b5346a
feat: added require("persistence").select() to select a session to load 2024-07-06 21:24:22 +02:00
Folke Lemaitre
f58a838282
feat!: removed load_pre/load_post/save_pre/save_post in favor of events. Check the readme 2024-07-06 21:23:56 +02:00
Folke Lemaitre
eb5622edae
feat!: removed opts.options. Use vim.o.sessionoptions instead. 2024-07-06 21:22:40 +02:00
Roeeeee
3d443bd0a7
feat(persistence): add pre- and post- load hooks (#24)
* Add optional hook typings to config object

* Add optional hooks conditional calls

* Add hooks description to main readme
2024-05-16 19:03:16 +02:00
FineFindus
9dbe2648c6
fix: don't save gitrebase session (#44) 2024-01-19 16:14:29 +01:00
Folke Lemaitre
0361df7775
fix(start)!: session name is now based on the cwd when the session starts and not when the session ends. Fixes #1688 2023-10-15 21:40:27 +02:00
Folke Lemaitre
8f7cbccfb5
fix: dont save the session when only gitcommit buffers are present. Fixes #14 2023-10-13 08:47:08 +02:00
Folke Lemaitre
e9afeaf3a7
feat: don't save the session when no files are open (save_empty = false) 2023-10-13 07:57:09 +02:00
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
Folke Lemaitre
70c281e54e
fix: dont throw error when session was already stopped 2023-01-06 19:28:37 +01:00
Folke Lemaitre
ad7fcd4fed
fix: dont show errors when loading a session 2022-11-30 19:28:48 +01:00
FollieHiyuki
77cf5a6ee1
fix: vim.fn.has('win32') returns 0 or 1, not a boolean (#8) 2021-10-22 20:24:20 +02:00
3rdey3
83af96b1f2
fix: properly escape session file names on Windows (#7) 2021-10-22 13:25:52 +02:00
Folke Lemaitre
a39f3f10c8
feat: added config options 2021-07-12 10:47:09 +02:00
Folke Lemaitre
38203a17a9 fix: renamed session to persistence in autocmds 2021-07-03 23:53:52 +02:00
Folke Lemaitre
8b32094309
feat: inital version 2021-07-02 08:55:37 +02:00