Minor comment change in NeoVim's configuration

This commit is contained in:
Dionisio E Alonso 2019-03-11 18:17:37 -03:00
parent 827b563dce
commit 3f5207c7e3
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
" Baco's NeoVim init file
" Some defaults to start with
" from: source $VIMRUNTIME/vimrc_example.vim
" from: runtime! vimrc_example.vim
if !has('vms')
set backup " keep a backup file (restore to previous version)
if has('persistent_undo')