Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion rpm/vim-7.0-fixkeys.patch
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
diff -up vim82/src/term.c.fixkeys vim82/src/term.c
--- vim82/src/term.c.fixkeys 2021-01-08 10:12:59.191309539 +0100
+++ vim82/src/term.c 2021-01-08 10:18:05.410470981 +0100
@@ -501,14 +501,14 @@ static struct builtin_term builtin_termc
@@ -521,14 +521,14 @@ static struct builtin_term builtin_termc
{K_XRIGHT, "\033[@;*C"}, // Esc [ C or Esc [ 1 ; C
{K_XLEFT, "\033[@;*D"}, // Esc [ D or Esc [ 1 ; D
// An extra set of function keys for vt100 mode
Expand Down
6 changes: 3 additions & 3 deletions rpm/vim-7.4-specsyntax.patch
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
diff -up vim91/runtime/syntax/spec.vim.spec-syntax vim91/runtime/syntax/spec.vim
--- vim91/runtime/syntax/spec.vim.spec-syntax 2024-03-08 07:18:14.000000000 +0100
+++ vim91/runtime/syntax/spec.vim 2024-03-08 07:37:57.157339625 +0100
@@ -36,7 +36,7 @@ syn match specNoNumberHilite 'X11\|X11R6
@@ -37,7 +37,7 @@ syn match specNoNumberHilite 'X11\|X11R6
syn match specManpageFile '[a-zA-Z]\.1'

"Day, Month and most used license acronyms
Expand All @@ -10,7 +10,7 @@ diff -up vim91/runtime/syntax/spec.vim.spec-syntax vim91/runtime/syntax/spec.vim
syn keyword specWeekday contained Mon Tue Wed Thu Fri Sat Sun
syn keyword specMonth contained Jan Feb Mar Apr Jun Jul Aug Sep Oct Nov Dec
syn keyword specMonth contained January February March April May June July August September October November December
@@ -59,9 +59,9 @@ syn cluster specListedFiles contains=spe
@@ -60,9 +60,9 @@ syn cluster specListedFiles contains=spe

"specCommands
syn match specConfigure contained '\./configure'
Expand All @@ -22,7 +22,7 @@ diff -up vim91/runtime/syntax/spec.vim.spec-syntax vim91/runtime/syntax/spec.vim
syn cluster specCommands contains=specCommand,specTarCommand,specConfigure,specCommandSpecial

"frequently used rpm env vars
@@ -103,7 +103,7 @@ syn case ignore
@@ -104,7 +104,7 @@ syn case ignore
"%% PreAmble Section %%
"Copyright and Serial were deprecated by License and Epoch
syn region specPreAmbleDeprecated oneline matchgroup=specError start='^\(Copyright\|Serial\)' end='$' contains=specEmail,specURL,specURLMacro,specLicense,specColon,specVariables,specSpecialChar,specMacroIdentifier
Expand Down
2 changes: 1 addition & 1 deletion rpm/vim.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%define baseversion 9.1
%define vimdir vim91
%define patchlevel 1206
%define patchlevel 1765

Summary: The VIM editor
URL: https://github.com/sailfishos/vim
Expand Down
2 changes: 1 addition & 1 deletion upstream
Submodule upstream updated 2621 files