summaryrefslogtreecommitdiffstats
path: root/debian/patches
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 19:06:56 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 19:07:22 +0000
commitbae226210ff2279adbb32f241954c8e2f4095174 (patch)
tree8d9c4e7c853dfe580909fe3a2b90ffc1c3912593 /debian/patches
parentMerging upstream version 2:9.1.0377. (diff)
downloadvim-bae226210ff2279adbb32f241954c8e2f4095174.tar.xz
vim-bae226210ff2279adbb32f241954c8e2f4095174.zip
Merging debian version 2:9.1.0377-1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/debian/Add-recognition-of-more-LaTeX-commands-for-tex-filetype-d.patch4
-rw-r--r--debian/patches/debian/Document-Debian-s-decision-to-disable-modelines-by-defaul.patch2
-rw-r--r--debian/patches/debian/Support-sourcing-a-vimrc.tiny-when-Vim-is-invoked-as-vi.patch10
-rw-r--r--debian/patches/runtime-doc-CI-remove-trailing-white-space-in-documentati.patch22
-rw-r--r--debian/patches/series2
-rw-r--r--debian/patches/ubuntu-oracular.patch18
6 files changed, 31 insertions, 27 deletions
diff --git a/debian/patches/debian/Add-recognition-of-more-LaTeX-commands-for-tex-filetype-d.patch b/debian/patches/debian/Add-recognition-of-more-LaTeX-commands-for-tex-filetype-d.patch
index 4383084..e57cd90 100644
--- a/debian/patches/debian/Add-recognition-of-more-LaTeX-commands-for-tex-filetype-d.patch
+++ b/debian/patches/debian/Add-recognition-of-more-LaTeX-commands-for-tex-filetype-d.patch
@@ -13,10 +13,10 @@ Signed-off-by: James McCoy <jamessan@debian.org>
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/runtime/autoload/dist/ft.vim b/runtime/autoload/dist/ft.vim
-index 1462830..a398fa0 100644
+index 4e7d517..c50ffe1 100644
--- a/runtime/autoload/dist/ft.vim
+++ b/runtime/autoload/dist/ft.vim
-@@ -1035,7 +1035,7 @@ export def FTtex()
+@@ -1041,7 +1041,7 @@ export def FTtex()
var firstNC = search('^\s*[^[:space:]%]', 'c', 1000)
if firstNC > 0
# Check the next thousand lines for a LaTeX or ConTeXt keyword.
diff --git a/debian/patches/debian/Document-Debian-s-decision-to-disable-modelines-by-defaul.patch b/debian/patches/debian/Document-Debian-s-decision-to-disable-modelines-by-defaul.patch
index 4709731..12df7d3 100644
--- a/debian/patches/debian/Document-Debian-s-decision-to-disable-modelines-by-defaul.patch
+++ b/debian/patches/debian/Document-Debian-s-decision-to-disable-modelines-by-defaul.patch
@@ -15,7 +15,7 @@ Signed-off-by: James McCoy <jamessan@debian.org>
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
-index a79e0b2..a71d268 100644
+index 806f5f0..4ef3e9f 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -5597,7 +5597,7 @@ A jump table for the options with a short description can be found at |Q_op|.
diff --git a/debian/patches/debian/Support-sourcing-a-vimrc.tiny-when-Vim-is-invoked-as-vi.patch b/debian/patches/debian/Support-sourcing-a-vimrc.tiny-when-Vim-is-invoked-as-vi.patch
index 78839e0..6d18f20 100644
--- a/debian/patches/debian/Support-sourcing-a-vimrc.tiny-when-Vim-is-invoked-as-vi.patch
+++ b/debian/patches/debian/Support-sourcing-a-vimrc.tiny-when-Vim-is-invoked-as-vi.patch
@@ -17,7 +17,7 @@ Signed-off-by: James Vega <jamessan@debian.org>
3 files changed, 28 insertions(+), 1 deletion(-)
diff --git a/src/main.c b/src/main.c
-index 770726f..d91a5e4 100644
+index e5faaa7..ff500d7 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1956,6 +1956,10 @@ parse_command_name(mparm_T *parmp)
@@ -45,7 +45,7 @@ index 770726f..d91a5e4 100644
#endif
#ifdef MACOS_X
(void)do_source((char_u *)"$VIMRUNTIME/macmap.vim", FALSE,
-@@ -3290,13 +3299,25 @@ source_startup_scripts(mparm_T *parmp)
+@@ -3294,13 +3303,25 @@ source_startup_scripts(mparm_T *parmp)
#ifdef USR_EXRC_FILE2
&& do_source((char_u *)USR_EXRC_FILE2, FALSE,
DOSO_NONE, NULL) == FAIL
@@ -72,7 +72,7 @@ index 770726f..d91a5e4 100644
}
diff --git a/src/os_unix.h b/src/os_unix.h
-index 4c77e15..fa1205f 100644
+index 6efd8ce..8c226a4 100644
--- a/src/os_unix.h
+++ b/src/os_unix.h
@@ -207,6 +207,9 @@ typedef struct dsc$descriptor DESC;
@@ -86,10 +86,10 @@ index 4c77e15..fa1205f 100644
# define SYS_VIMRC_FILE "$VIM/vimrc"
#endif
diff --git a/src/structs.h b/src/structs.h
-index 47a0050..ba562a3 100644
+index 36339c4..efcd310 100644
--- a/src/structs.h
+++ b/src/structs.h
-@@ -4580,6 +4580,9 @@ typedef struct
+@@ -4599,6 +4599,9 @@ typedef struct
#ifdef FEAT_DIFF
int diff_mode; // start with 'diff' set
#endif
diff --git a/debian/patches/runtime-doc-CI-remove-trailing-white-space-in-documentati.patch b/debian/patches/runtime-doc-CI-remove-trailing-white-space-in-documentati.patch
new file mode 100644
index 0000000..aa7f9c6
--- /dev/null
+++ b/debian/patches/runtime-doc-CI-remove-trailing-white-space-in-documentati.patch
@@ -0,0 +1,22 @@
+From: Christian Brabandt <cb@256bit.org>
+Date: Sat, 27 Apr 2024 12:01:15 +0200
+Subject: runtime(doc): CI: remove trailing white space in documentation
+
+Signed-off-by: Christian Brabandt <cb@256bit.org>
+---
+ runtime/doc/cmdline.txt | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/runtime/doc/cmdline.txt b/runtime/doc/cmdline.txt
+index 6a7515a..214571f 100644
+--- a/runtime/doc/cmdline.txt
++++ b/runtime/doc/cmdline.txt
+@@ -650,7 +650,7 @@ followed by another Vim command:
+ :[range]!
+ a user defined command without the "-bar" argument |:command|
+
+- and the following |Vim9-script| keywords:
++ and the following |Vim9-script| keywords:
+ :abstract
+ :class
+ :enum
diff --git a/debian/patches/series b/debian/patches/series
index 10b81df..72d48da 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,7 +2,7 @@ debian/Support-sourcing-a-vimrc.tiny-when-Vim-is-invoked-as-vi.patch
debian/Detect-the-rst-filetype-using-the-contents-of-the-file.patch
debian/Add-recognition-of-more-LaTeX-commands-for-tex-filetype-d.patch
debian/Document-Debian-s-decision-to-disable-modelines-by-defaul.patch
-ubuntu-oracular.patch
+runtime-doc-CI-remove-trailing-white-space-in-documentati.patch
progress-linux/0001-syntax-debversions.patch
progress-linux/0002-disable-mouse.patch
progress-linux/0003-disable-BufReadPost.patch
diff --git a/debian/patches/ubuntu-oracular.patch b/debian/patches/ubuntu-oracular.patch
deleted file mode 100644
index 3bef56b..0000000
--- a/debian/patches/ubuntu-oracular.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Description: runtime(debversions): Add oracular (24.10) as Ubuntu release name
-Author: Simon Quigley <tsimonq2@ubuntu.com>
-Origin: vendor
-Forwarded: https://github.com/vim/vim/pull/14645
-Last-Update: 2024-04-26
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
---- a/runtime/syntax/shared/debversions.vim
-+++ b/runtime/syntax/shared/debversions.vim
-@@ -11,7 +11,7 @@ let g:debSharedSupportedVersions = [
- \ 'oldstable', 'stable', 'testing', 'unstable', 'experimental', 'sid', 'rc-buggy',
- \ 'bullseye', 'bookworm', 'trixie', 'forky',
- \
-- \ 'trusty', 'xenial', 'bionic', 'focal', 'jammy', 'mantic', 'noble',
-+ \ 'trusty', 'xenial', 'bionic', 'focal', 'jammy', 'mantic', 'noble', 'oracular',
- \ 'devel'
- \ ]
- let g:debSharedUnsupportedVersions = [