]> git.pld-linux.org Git - packages/vim.git/commitdiff
- up to 8.1.2238 auto/th/vim-8.1.2238-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 2 Nov 2019 14:57:49 +0000 (15:57 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 2 Nov 2019 14:57:49 +0000 (15:57 +0100)
desktop.patch
vim-vimrc.patch
vim.spec

index dbe9c324d94f33851f7b197ec3d40373821445d1..1a801b4926c4edd1def154bc8fd4fbe3f6c7e601 100644 (file)
@@ -12,8 +12,8 @@
 +++ vim-7.4.979/gvim-athena.desktop    2015-12-28 08:24:02.106735918 +0200
 @@ -1,5 +1,5 @@
  # Translators: This is the Application Name used in the GVim desktop file
- Name[de]=GVim
  Name[eo]=GVim
+ Name[tr]=GVim
 -Name=GVim
 +Name=GVim Athena
  # Translators: This is the Generic Application Name used in the Vim desktop file
@@ -33,8 +33,8 @@
 +++ vim-7.4.979/gvim-gnome.desktop     2015-12-28 08:33:14.285396908 +0200
 @@ -1,5 +1,5 @@
  # Translators: This is the Application Name used in the GVim desktop file
- Name[de]=GVim
  Name[eo]=GVim
+ Name[tr]=GVim
 -Name=GVim
 +Name=GVim GNOME
  # Translators: This is the Generic Application Name used in the Vim desktop file
@@ -77,8 +77,8 @@
 +++ vim-7.4.979/gvim-gtk.desktop       2015-12-28 08:29:28.577015888 +0200
 @@ -1,5 +1,5 @@
  # Translators: This is the Application Name used in the GVim desktop file
- Name[de]=GVim
  Name[eo]=GVim
+ Name[tr]=GVim
 -Name=GVim
 +Name=GVim GTK
  # Translators: This is the Generic Application Name used in the Vim desktop file
 +++ vim-7.4.979/gvim-motif.desktop     2015-12-28 08:31:11.245677767 +0200
 @@ -1,5 +1,5 @@
  # Translators: This is the Application Name used in the GVim desktop file
- Name[de]=GVim
  Name[eo]=GVim
+ Name[tr]=GVim
 -Name=GVim
 +Name=GVim Motif
  # Translators: This is the Generic Application Name used in the Vim desktop file
index 3577949361efddd8dcb38d5f6e880974b4a6ee8e..b1b95fd4a0125578bc0a31c4229015bf3fe44d2f 100644 (file)
 +endi
 --- vim-7.4.2189/runtime/defaults.vim~ 2016-08-09 22:14:05.000000000 +0200
 +++ vim-7.4.2189/runtime/defaults.vim  2016-08-09 22:26:29.727124083 +0200
-@@ -53,9 +53,9 @@ inoremap <C-U> <C-G>u<C-U>
- " In many terminal emulators the mouse works just fine.  By enabling it you
+@@ -77,13 +77,13 @@ inoremap <C-U> <C-G>u<C-U>
  " can position the cursor, Visually select and scroll with the mouse.
+ " Only xterm can grab the mouse events when using the shift key, for other
+ " terminals use ":", select text and press Esc.
 -if has('mouse')
--  set mouse=a
+-  if &term =~ 'xterm'
+-    set mouse=a
+-  else
+-    set mouse=nvi
+-  endif
 -endif
 +"if has('mouse')
-+"  set mouse=a
++"  if &term =~ 'xterm'
++"    set mouse=a
++"  else
++"    set mouse=nvi
++"  endif
 +"endif
  
  " Switch syntax highlighting on when the terminal has colors or when using the
index 1d6d9b9f90191563d4bbac9d9e9e5ca49946574f..65d07f64237c1df0d70f97d5d3cf6231e446270c 100644 (file)
--- a/vim.spec
+++ b/vim.spec
@@ -29,8 +29,8 @@
 # wget ftp://ftp.vim.org/pub/editors/vim/patches/8.0/MD5SUMS -O - | tail -n1 | awk '{print $2}'
 # VCS Commits: https://github.com/vim/vim/commits/master
 
-%define                ver             8.1.2141
-%define                rel             2
+%define                ver             8.1.2238
+%define                rel             1
 Summary:       Vi IMproved - a Vi clone
 Summary(de.UTF-8):     VIsual editor iMproved
 Summary(es.UTF-8):     Editor visual incrementado
@@ -50,7 +50,7 @@ License:      Charityware
 Group:         Applications/Editors/Vim
 #Source0:      ftp://ftp.vim.org/pub/vim/unix/%{name}-%{ver}.tar.bz2
 Source0:       https://github.com/vim/vim/archive/v%{ver}.tar.gz
-# Source0-md5: 168b628c0df82197bed699ce8f97b2d9
+# Source0-md5: 98c01bfec862fdc27367671b9f966508
 Source1:       http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2
 # Source1-md5: bc4d1e115ca506ad7751b9bd2b773a7f
 Source2:       http://skawina.eu.org/mikolaj/usr_doc_pl.zip
This page took 0.209995 seconds and 4 git commands to generate.