-
Consider the following code:
% vim -u NONE -i NONE -N $'\nthrow42'
:mksession /tmp/ses.vim
:cq
% vim -u NONE -i NONE -N -S /tmp/ses.vim
In place of opening file named `throw42…
ZyX-I updated
6 years ago
-
**Is your feature request about something that is currently impossible or hard to do? Please describe the problem.**
Currently, when restoring a session that contains folds, `E490: No fold found` is …
-
What steps will reproduce the problem?
1. Launch a8 with session saving enabled, and open a lot of files for editing.
2. Exit a8.
3. Re-launch a8.
What is the expected output? What do you see instead…
-
- `nvim --version`: v0.2.2
- Operating system/version: archlinux64
- Terminal name/version: termite
- `$TERM`: xterm-termite
### Steps to reproduce using `nvim -u NORC`
```
nvim -u NORC
:…
-
**Describe the problem or limitation you are having**
I work in quite large codebases, and certain tasks require just a specific subset of files open.
Currently this extension only allows one sessi…
-
Session persistence / management is a feature that's been asked for a few times. Vim / Neovim luckily have some great session management tooling built-in - like `mksession`. In addition, there may be …
-
I'm able to create workspaces and switch between them with the `:GonvimWorkspace*` commands. Are they supposed to be saved somewhere? Maybe under the `.config/goneovim/sessions` directory?
I tried …
-
### Problem
Tree-sitter computed folds don't work on files opened through commands. This breaks session restore functionality.
Related:
* #25948
* [nvim-treesitter #1337](https://github.com/…
-
Dear developer,
if 'set sessionsoptions-=blank' is used, tagbar (https://github.com/majutsushi/tagbar) is
not restored on reloading the session...
Below I attached a diff -u with the needed change…
-
For instance, when running `nvim foo bar baz` in the shell, the buffer tabs order, i.e. `baz`, `bar`, `foo`.