Zdenek Dohnal
f76a7bbf31
vim-crypto-warning.patch: Update for patchlevel 4460
2022-02-24 08:17:26 +01:00
Zdenek Dohnal
6fcdf8a4bf
vim-update.sh: F36 is enabled in Bodhi now
2022-02-24 08:08:54 +01:00
Zdenek Dohnal
bea8236b36
- patchlevel 4428
2022-02-21 12:14:01 +01:00
Zdenek Dohnal
1420710435
- patchlevel 4386
2022-02-15 07:17:22 +01:00
Zdenek Dohnal
51d1691c60
vim-update.sh: F36 was branched
2022-02-09 07:00:29 +01:00
Zdenek Dohnal
9198d0dd87
- patchlevel 4314
2022-02-07 11:19:28 +01:00
Zdenek Dohnal
56e0e46d5d
- patchlevel 4232
2022-01-27 18:56:34 +01:00
Zdenek Dohnal
b7937e6d86
vim-update.sh: use id for getting username
2022-01-24 13:52:11 +01:00
Zdenek Dohnal
c81678a1eb
- patchlevel 4198
2022-01-24 12:21:43 +01:00
Zdenek Dohnal
380067b1da
vim-8.0-copy-paste.patch: update the patch for patchlevel 4198
2022-01-24 12:20:51 +01:00
Fedora Release Engineering
9c76347c0f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-01-22 03:57:45 +00:00
Zdenek Dohnal
2d63ce9331
- patchlevel 4068
2022-01-12 16:01:23 +01:00
Zdenek Dohnal
13abf62e59
- patchlevel 4051
2022-01-10 14:22:24 +01:00
Zdenek Dohnal
4cd05b3115
Update the patch for newer Vim patchlevel
2022-01-10 14:21:55 +01:00
Malcolm Inglis
dbb3fed824
add 'gui' build condition for vim-X11
2022-01-07 09:24:29 +01:00
Zdenek Dohnal
bde766b5c9
vim-update.sh: fix the regexp strings
2022-01-05 14:16:28 +01:00
Zdenek Dohnal
2306ab48d9
- patchlevel 4006
2022-01-05 13:31:41 +01:00
Zdenek Dohnal
33c92f40ef
vim-update.sh: Create updates for bodhi enabled branches
...
Gating is applied in bodhi, so the update has to be created either way.
2022-01-05 13:29:44 +01:00
Yaakov Selkowitz
a63663e4b1
Fix flatpak build
...
When building a flatpak, vim is built in /app but binutils is still in /usr.
2022-01-03 04:52:22 +00:00
Zdenek Dohnal
7e14bc098b
vim-update.sh: check only for bodhi enabled testing rpms
2021-12-15 13:12:22 +01:00
Zdenek Dohnal
2682f88df8
- patchlevel 3811
2021-12-15 11:55:45 +01:00
zdohnal
34c6d404eb
vim-update.sh: Update to work with gating
2021-12-14 15:25:57 +01:00
Frantisek Hrdina
2d44d5dc8c
Adding gating rules for rhel
2021-12-14 13:25:35 +01:00
Frantisek Hrdina
527c91f8b6
Adding gating.yaml
2021-12-09 15:16:42 +01:00
Zdenek Dohnal
3430167148
Merge #19 Adding fmf plan
2021-12-09 14:01:56 +00:00
Zdenek Dohnal
9a11c35e77
vim.spec: dont own a standard dir
2021-12-09 14:11:30 +01:00
Frantisek Hrdina
0495a37333
Adding fmf plan
2021-12-07 13:30:57 +01:00
Zdenek Dohnal
c132fed032
- patchlevel 3755
2021-12-07 12:44:08 +01:00
Zdenek Dohnal
726ba97986
- patchlevel 3717
2021-12-02 09:26:51 +01:00
Zdenek Dohnal
4529002e19
2026651 - defaults.vim changes create conflicts between vim-minimal and vim-common
2021-11-26 11:00:27 +01:00
Zdenek Dohnal
38f1b86de2
Remove python310 specific patch - no longer needed
2021-11-23 07:23:52 +01:00
Zdenek Dohnal
51104b3f82
- patchlevel 3642
2021-11-22 13:43:12 +01:00
Zdenek Dohnal
ff78c17c30
vim-update.sh: F33 is EOL soon
2021-11-22 13:42:17 +01:00
Zdenek Dohnal
a65558134a
- patchlevel 3582
2021-11-08 11:00:53 +01:00
Zdenek Dohnal
7b6b7df8ae
- patchlevel 3568
2021-11-01 12:20:49 +01:00
Zdenek Dohnal
cb487d0f91
vim.spec: Remove rgb.txt
...
The newest patchlevel doesn't use rgb.txt when getting available
colorschemes. Now they're available via v:colorschemes variable and
loaded from %{_datadir}/vim/vim82/colors/lists.
2021-11-01 12:04:25 +01:00
Zdenek Dohnal
9118c67b09
- patchlevel 3512
2021-10-15 06:39:48 +02:00
Zdenek Dohnal
2cb80dd52c
vim-python310-new-errmsg.patch: adjust test suite to Python 3.10
...
New Python 3.10 changes its error messages, which breaks matching
in the test suite...
2021-10-15 06:38:39 +02:00
Zdenek Dohnal
823efb9c96
virc: remove filetype plugin - it doesn't work with vi
...
filetype plugin is written in vimscript, which needs EVAL
feature, which is not within the small set of features which
Vi is compiled with.
2021-10-14 10:55:23 +02:00
Zdenek Dohnal
36cadcf4bf
virc: remove filetype plugin - it doesn't work with vi
...
filetype plugin is written in vimscript, which needs EVAL
feature, which is not within the small set of features which
Vi is compiled with.
2021-10-14 10:52:52 +02:00
Zdenek Dohnal
9250c2cc99
vim.spec: Use absolute links for vi
...
We cannot use relative links for vi, because the true Vi now lives in
/usr/libexec.
2021-10-13 08:40:26 +02:00
Zdenek Dohnal
227a870464
set system vimrc via compiler macros
2021-10-11 15:58:34 +02:00
Zdenek Dohnal
1b2faea35d
Put the old copy and paste behavior back and update the test suite
2021-10-07 11:08:44 +02:00
Zdenek Dohnal
4f081c049e
vim.spec: Fix patch number in %%prep
2021-09-24 07:29:25 +02:00
Zdenek Dohnal
884135eaa5
vim.spec: fix patch numbering
2021-09-23 14:47:03 +02:00
Zdenek Dohnal
158097f739
vim-7.4-syntax.patch: remove downstream patch, got merged upstream
2021-09-23 14:44:19 +02:00
Zdenek Dohnal
1ec0e33929
remove downstream patch vim-8.0-copypaste.patch
...
The patch used to remove 'new' (since 2017) mouse behavior in Vim, which
is applied only if user vimrc (~/.vimrc) doesn't exist. The patch
removal puts the behavior new behavior back.
Block copying with new mouse behavior is done by Shift+(mark the text
with mouse). For pasting in Vim enter insert mode and press
Shift+Insert, or for pasting in other terminal click on middle mouse
button.
The new behavior can be bypassed by creating user .vimrc or setting
skip_defaults_vim, see ':help defaults.vim' in Vim.
2021-09-23 14:36:16 +02:00
Zdenek Dohnal
17a8502ba1
vim-7.4-syncolor.patch: Really remove the downstream patch
...
Other test suite errors were caused by another downstream patch, so
remove this one again.
2021-09-23 14:28:38 +02:00
Zdenek Dohnal
2731506cd4
vim.spec: Fix absolute links during build
2021-09-23 14:27:03 +02:00
Zdenek Dohnal
d987486be7
Revert "vim-7.4-syncolor.patch: remove downstream patch"
...
This reverts commit c39933690f
.
2021-09-22 08:20:28 +02:00