You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Filenames with schemes such as suda:// (used by vim-suda) will not work with vim-lastplace because they are not glob-able. It would make sense to jump to last edit position for some of these files. Having a list of schemes to enable vim-lastplace on would be beneficial.
There is an issue where the cursor is moved up one line but otherwise works with suda:// schemes as is my use-case. I assume this is a vim-suda problem.
The text was updated successfully, but these errors were encountered:
Filenames with schemes such as
suda://
(used byvim-suda
) will not work withvim-lastplace
because they are notglob
-able. It would make sense to jump to last edit position for some of these files. Having a list of schemes to enablevim-lastplace
on would be beneficial.Implemented in #37.
There is an issue where the cursor is moved up one line but otherwise works with
suda://
schemes as is my use-case. I assume this is avim-suda
problem.The text was updated successfully, but these errors were encountered: