We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nvim --clean --cmd 'set rtp^=.' -c 'Fern .'
<CR>
<C-o>
<C-i>
E19: Mark has invalid line number
Interestingly, the line number of the position in jumplist keeps increasing after each <C-o>, <C-i> cycle:
# In README.md :ju jump line col file/text 2 1 0 fern://79154091/file:///home/user/.vim/plugged/vim-fern$ 1 41 0 fern://79154091/file:///home/user/.vim/plugged/vim-fern$ > 0 1 0 # 🌿 vim-fern # run <C-o> <C-i> :ju jump line col file/text 2 1 0 fern://79154091/file:///home/user/.vim/plugged/vim-fern$ 1 49 0 fern://79154091/file:///home/user/.vim/plugged/vim-fern$
Vim (9.1.771) does not raise E19, but you can see the line number increasing after each <C-o>, <C-i>.
The text was updated successfully, but these errors were encountered:
Reproduced.
Sorry, something went wrong.
vim-fern/autoload/fern/internal/viewer.vim
Line 49 in 2cf57c6
Using bufhidden=hide solve the issue but I'm not sure if it should.
bufhidden=hide
Do NOT set bufhidden=unload
bufhidden=unload
6343e73
Let users decide whether to set `hidden` or not. Close #510
Successfully merging a pull request may close this issue.
<CR>
on it.<C-o>
.<C-i>
<C-o>
E19: Mark has invalid line number
Interestingly, the line number of the position in jumplist keeps increasing after each
<C-o>
,<C-i>
cycle:Vim (9.1.771) does not raise E19, but you can see the line number increasing after each
<C-o>
,<C-i>
.The text was updated successfully, but these errors were encountered: