Skip to content
New issue

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

label-mode (Vim 7.4.791 or older): 'spellfile' not restored #202

Open
jhrmnn opened this issue Jun 15, 2017 · 1 comment
Open

label-mode (Vim 7.4.791 or older): 'spellfile' not restored #202

jhrmnn opened this issue Jun 15, 2017 · 1 comment
Labels

Comments

@jhrmnn
Copy link

jhrmnn commented Jun 15, 2017

Current vim-sneak and Neovim 0.2.0.

To reproduce:

testrc.vim:

filetype off
call plug#begin('~/.local/share/nvim/plugged')
Plug 'justinmk/vim-sneak'
call plug#end()
filetype plugin indent on
let g:sneak#label = 1

echo 'test test test' | vim -u testrc.vim -

:set spellfile=.utf-8.add 
sst
:set spellfile?

Note it doesn't happen with only one or two "test".

Possibly related to #110.

@justinmk justinmk added the bug label Dec 30, 2017
@justinmk
Copy link
Owner

FWIW this shouldn't happen with Vim 7.4.792 or Nvim 0.2 since c2cbcf7

But it still needs to be fixed for older versions.

@justinmk justinmk changed the title sneak-label erases spellfile 'spellfile' option not restored (Vim 7.4.791 or older) Aug 29, 2018
@justinmk justinmk changed the title 'spellfile' option not restored (Vim 7.4.791 or older) label-mode (Vim 7.4.791 or older): 'spellfile' not restored Jan 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants