Skip to content

Commit

Permalink
Use LocalVimRCError when persistence file cannot be written
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed committed Jan 17, 2015
1 parent 85d5907 commit 96632c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/localvimrc.vim
Expand Up @@ -594,7 +594,7 @@ function! s:LocalVimRCWritePersistent()
call s:LocalVimRCError("error while writing persistence file")
endif
else
call s:LocalVimRCDebug(1, "unable to write persistence file '" . s:localvimrc_persistence_file . "'")
call s:LocalVimRCError("unable to write persistence file '" . s:localvimrc_persistence_file . "'")
endif

" store persistence file checksum
Expand Down

0 comments on commit 96632c7

Please sign in to comment.