]> git.pld-linux.org Git - packages/vim.git/blob - vim-revert-7.4.165-noundo.patch
- rebuild with ruby 2.4
[packages/vim.git] / vim-revert-7.4.165-noundo.patch
1 --- vim-7.4.2189/runtime/vimrc_example.vim~     2016-08-09 22:27:05.000000000 +0200
2 +++ vim-7.4.2189/runtime/vimrc_example.vim      2016-08-09 22:28:15.756581654 +0200
3 @@ -21,9 +21,6 @@ if has("vms")
4    set nobackup         " do not keep a backup file, use versions instead
5  else
6    set backup           " keep a backup file (restore to previous version)
7 -  if has('persistent_undo')
8 -    set undofile       " keep an undo file (undo changes after closing)
9 -  endif
10  endif
11  
12  if (&t_Co > 2 || has("gui_running")) && filereadable($VIMRUNTIME."/syntax/syntax.vim")
This page took 0.0449079999999999 seconds and 3 git commands to generate.