Commit Graph

4843 Commits

Author SHA1 Message Date
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
Zdenek Dohnal
c39933690f vim-7.4-syncolor.patch: remove downstream patch
Remove a downstream patch which changed colors in 'vim -d' and 'vimdiff'
- it breaks upstream test suite and the diff is readable without it, so
IMO it is sufficient for its removal.
2021-09-21 08:56:29 +02:00
Zdenek Dohnal
5135ccc327 vim-7.4-nowarnings.patch: Remove downstream patch
The patch breaks upstream test suite and I wasn't able to track why it
was added.
2021-09-20 10:40:19 +02:00
Zdenek Dohnal
405468dc2e vim-7.0-rclocation.patch: Remove downstream patch
Removal of downstream patch - new /usr/share/vim/{vimrc,virc} symlinks
are created for loading /etc/{vimrc,virc}. New symlinks point to
original files in /etc.

The overhead is needed for getting rid of the patch and for test suite,
because setting VIMRCLOC and VIMRUNTIMEDIR during build doesn't work -
vim then always looks into VIMRUNTIMEDIR for vimrc, and upstream doesn't
want to change this (see https://github.com/vim/vim/issues/8878)
2021-09-17 09:44:07 +02:00
Zdenek Dohnal
3d7b0a4bb0 vim-7.4-syntax.patch: Sent upstream with test 2021-09-17 08:04:30 +02:00
Zdenek Dohnal
bbe1b8589d - patchlevel 3404 2021-09-06 10:06:56 +02:00
Zdenek Dohnal
6d0292e6f6 - patchlevel 3391 2021-09-01 11:45:45 +02:00
Zdenek Dohnal
b8f6c600dc F35 bodhi enablement 2021-08-31 12:03:39 +02:00
Zdenek Dohnal
5b54ca2b80 - patchlevel 3367 2021-08-23 15:23:26 +02:00
Zdenek Dohnal
7d682aee50 - patchlevel 3354 2021-08-16 14:59:17 +02:00
Zdenek Dohnal
24742bff3c vim-update.sh: add F35 2021-08-16 14:52:29 +02:00
Zdenek Dohnal
6c0d1be6dc - patchlevel 3318 2021-08-09 10:03:55 +02:00
Zdenek Dohnal
5cf3406dff - patchlevel 3290 2021-08-05 09:34:10 +02:00
Zdenek Dohnal
5a86866977 - patchlevel 3273 2021-08-02 10:07:37 +02:00
Zdenek Dohnal
e6247da932 - patchlevel 3223 2021-07-26 10:34:05 +02:00
Fedora Release Engineering
d9168aabf0 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-07-23 20:27:32 +00:00
Zdenek Dohnal
e5186e3daf - patchlevel 3182 2021-07-19 10:07:35 +02:00
Zdenek Dohnal
97e5abef2d - patchlevel 3154 2021-07-12 10:22:28 +02:00
Zdenek Dohnal
bc9129dfc7 - patchlevel 3070 2021-06-28 11:41:19 +02:00
Zdenek Dohnal
f8d0187a42 - patchlevel 3046 2021-06-25 08:52:34 +02:00
Zdenek Dohnal
af695dc4ce vim.spec: libsodium-devel of course... 2021-06-24 12:34:37 +02:00
Zdenek Dohnal
dc4c46d622 vim.spec: clean up dependencies and provide comments 2021-06-24 11:35:59 +02:00
Zdenek Dohnal
ece46e8119 require glibc-gconv-extra on F35 and later 2021-06-24 10:28:40 +02:00
Zdenek Dohnal
a111617db2 enable libsodium encryption in Fedora 2021-06-24 09:41:44 +02:00
Zdenek Dohnal
1efb730ae4 Fix conflicts in vim-crypto-warning.patch 2021-06-24 09:30:40 +02:00
Zdenek Dohnal
706601d84f - patchlevel 3043 2021-06-24 09:26:41 +02:00
Zdenek Dohnal
e4c5a986ef - patchlevel 3009 2021-06-16 13:02:19 +02:00
Zdenek Dohnal
75d4a33b4e vim.spec: Remove backported patches
They are in the newest patchlevel.
2021-06-16 13:00:50 +02:00
Zdenek Dohnal
4002807a0a Remove patch chunks for version.c 2021-06-14 15:38:55 +02:00
Zdenek Dohnal
f1e1f1d882 1969936 - Failed to source defaults.vim 2021-06-14 15:27:40 +02:00
Zdenek Dohnal
6a934f62de 1969936 - Failed to source defaults.vim 2021-06-10 10:42:09 +02:00
Zdenek Dohnal
48589239bd - patchlevel 2956 2021-06-07 14:26:40 +02:00
Zdenek Dohnal
8c16b13b37 - patchlevel 2932 2021-06-04 06:59:28 +02:00
Zdenek Dohnal
9539622bf1 - patchlevel 2879 2021-05-24 11:07:48 +02:00
Zdenek Dohnal
2f9ee18039 - patchlevel 2875 2021-05-21 07:27:06 +02:00
Zdenek Dohnal
f179e9f170 vim-update.sh: F32 is EOL in 5 days 2021-05-20 06:15:50 +02:00
Zdenek Dohnal
388a57eac5 - patchlevel 2846 2021-05-10 10:01:42 +02:00
Zdenek Dohnal
90c92e5693 make default-editor built only on Fedora 2021-05-06 10:02:38 +02:00
Zdenek Dohnal
1a2cea45bc - patchlevel 2825 2021-05-03 10:14:55 +02:00
Zdenek Dohnal
f47caf25c5 - patchlevel 2811 2021-04-26 10:13:49 +02:00