Open clauseggers opened 7 years ago
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:
:SimplenoteNew
:w
(The issue I've just found).
What I do is:
: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>
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.
It could very well be a TrueOS issue. It’s a new(ish) distro with cutting edge components.
FWIW, I see this error in my command-line vim
(8.0, build from the git repo) but not in MacVim (7.4).
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.
Drat! Just built 8.0.194 on NetBSD and can't reproduce there either. This is a strange one.
Same is occuring for me on Arch Linux, vim 8.0.
same error here . Using Arch
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?