]> git.pld-linux.org Git - packages/vim.git/commitdiff
- rel 2; disable undofile by default (introduced in 7.4.165, so back to pre 7.4.165... auto/th/vim-7.4.182-2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 19 Feb 2014 08:42:01 +0000 (09:42 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 19 Feb 2014 08:42:01 +0000 (09:42 +0100)
vim-revert-7.4.165-noundo.patch [new file with mode: 0644]
vim.spec

diff --git a/vim-revert-7.4.165-noundo.patch b/vim-revert-7.4.165-noundo.patch
new file mode 100644 (file)
index 0000000..f1f20aa
--- /dev/null
@@ -0,0 +1,10 @@
+--- vim74/runtime/vimrc_example.vim~   2014-02-19 09:38:17.000000000 +0100
++++ vim74/runtime/vimrc_example.vim    2014-02-19 09:38:56.196879355 +0100
+@@ -25,7 +25,6 @@
+   set nobackup                " do not keep a backup file, use versions instead
+ else
+   set backup          " keep a backup file (restore to previous version)
+-  set undofile                " keep an undo file (undo changes after closing)
+ endif
+ set history=50                " keep 50 lines of command line history
+ set ruler             " show the cursor position all the time
index 6e2c3f6dd98f0b2f70bd21a5a8cc21a1c72e1de1..928997af627ac38e3a5648485e4845a30dbbb7c5 100644 (file)
--- a/vim.spec
+++ b/vim.spec
@@ -28,7 +28,7 @@
 
 %define                ver             7.4
 %define                patchlevel      182
-%define                rel             1
+%define                rel             2
 Summary:       Vi IMproved - a Vi clone
 Summary(de.UTF-8):     VIsual editor iMproved
 Summary(es.UTF-8):     Editor visual incrementado
@@ -111,6 +111,7 @@ Patch35:    %{name}-ft-mib.patch
 Patch36:       %{name}-ft-lib-udevrules.patch
 Patch37:       %{name}-ft-mysql.patch
 Patch38:       %{name}-ft-gyp.patch
+Patch39:       %{name}-revert-7.4.165-noundo.patch
 URL:           http://www.vim.org/
 BuildRequires: acl-devel
 BuildRequires: autoconf
@@ -765,6 +766,7 @@ jak również GUI GTK+2.
 %patch36 -p1
 %patch37 -p1
 %patch38 -p1
+%patch39 -p1
 
 cp -p %{SOURCE20} runtime/syntax
 cp -p %{SOURCE22} runtime/syntax
This page took 0.132984 seconds and 4 git commands to generate.