Folke Lemaitre
cd0054e6a4
feat: sessions per branch. Closes #9
2024-07-06 22:00:20 +02:00
Folke Lemaitre
9c0e5227fa
fix: opts.need
2024-07-06 21:54:41 +02:00
Folke Lemaitre
7bb575517c
feat!: opts.need specifieds how many buffers should be open for saving. Replaces save_empty. Closes #19
2024-07-06 21:41:58 +02:00
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
Aaron
a2fd3d9965
fix: remove expand() as stdpath() expands itself ( #50 )
2024-06-12 05:53:08 +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
c304745096
feat!: save sessions in state instead of config
2023-01-04 13:52:49 +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