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

E21: Cannot make changes, 'modifiable' is off #93

Open
clauseggers opened this issue Jan 5, 2017 · 9 comments
Open

E21: Cannot make changes, 'modifiable' is off #93

clauseggers opened this issue Jan 5, 2017 · 9 comments
Labels
unconfirmed Needs more info and/or a way to reproduce

Comments

@clauseggers
Copy link

clauseggers commented Jan 5, 2017

I’m running the latest version on TrueOS (BSD), and I keep getting this curious error when I start Simplenote:

Error detected while processing /usr/home/claus/.vim/bundle/simplenote.vim/autoload/simplenote.vim:
line 22:
E21: Cannot make changes, 'modifiable' is off
"Simplenote" [New File]
Press ENTER or type command to continue

Any ideas on what is going wrong?

@atomicules
Copy link
Collaborator

No, but I have found another issue with the saveas functionality as a result of investigating this. Gah!

What steps are you doing? E.g:

  1. Open vim
  2. :SimplenoteNew
  3. Type some text
  4. :w

(The issue I've just found).

@clauseggers
Copy link
Author

clauseggers commented Jan 6, 2017

What I do is:

  1. Open Vim
  2. :SimplenoteList
    … and that gives me the error as described above. Doing a :SimplenoteNew instead also gives me the same error, but with the added line cannot save undo information

These are my .vimrc options:

source $HOME/.simplenotevimrc
let g:SimplenoteSortOrder = "pinned, modifydate"
let g:SimplenoteFiletype = "txt"
" let g:SimplenoteListHeight = 10
let g:SimplenoteSingleWindow = 1
map <F4> :SimplenoteList<CR>
nnoremap <Leader>nn :SimplenoteNew<CR>

@atomicules
Copy link
Collaborator

That is strange. I use SimplenoteList a lot and haven't seen any issues. I'll see if I can reproduce with your .vimrc options though.

@clauseggers
Copy link
Author

It could very well be a TrueOS issue. It’s a new(ish) distro with cutting edge components.

@derteta
Copy link
Contributor

derteta commented Jan 11, 2017

FWIW, I see this error in my command-line vim (8.0, build from the git repo) but not in MacVim (7.4).

@atomicules
Copy link
Collaborator

Tried on MacVim 8.0 and don't see this problem. I'll have to go build a 8 version on NetBSD and check there.

@atomicules
Copy link
Collaborator

Drat! Just built 8.0.194 on NetBSD and can't reproduce there either. This is a strange one.

@mplorentz
Copy link

Same is occuring for me on Arch Linux, vim 8.0.

@atomicules atomicules added the unconfirmed Needs more info and/or a way to reproduce label Jun 2, 2019
@verajosemanuel
Copy link

same error here . Using Arch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
unconfirmed Needs more info and/or a way to reproduce
Projects
None yet
Development

No branches or pull requests

5 participants