Commit Graph

4778 Commits

Author SHA1 Message Date
Zdenek Dohnal
6b04c32679 remove vim-wrappers, vim is a binary again, vi and view stay as wrappers
removed vim -> vi functionality, because it cannot be optional and work
  for all cases at the same time
2021-02-09 10:39:28 +01:00
Zdenek Dohnal
c538905e16 view is not readonly right now, fix it by -R 2021-02-08 07:01:18 +01:00
Zdenek Dohnal
f3ef01b2e5 patchlevel 2465
1918575 - Use wrappers for vi/vim instead of aliases
2021-02-04 09:46:48 +01:00
Zdenek Dohnal
54cbb9c68a patchlevel 2465 2021-02-04 09:26:20 +01:00
Zdenek Dohnal
1481314118 vim-update.sh: apply changes master->rawhide 2021-02-04 09:20:33 +01:00
Zdenek Dohnal
dd8e228177 - patchlevel 2451 2021-02-02 07:01:49 +01:00
Fedora Release Engineering
8fead92a81 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-01-27 23:03:31 +00:00
Zdenek Dohnal
e7eb5ae2e9 conflicting the version when the change happened doesnt make sense 2021-01-11 15:40:57 +01:00
Zdenek Dohnal
c8a7b65903 Remove downstream patch, it is included in the newest upstream release
See https://github.com/vim/vim/pull/7638
2021-01-11 07:20:01 +01:00
Zdenek Dohnal
e99dfd6457 The newest upstream commit, rebuilt with Ruby 3.0 2021-01-08 11:05:49 +01:00
Zdenek Dohnal
d334e39904 remove old conflicts 2020-12-18 08:45:19 +01:00
Zdenek Dohnal
097601b324 install vim-minimal profiles under different name to avoid future conflicts 2020-12-18 08:38:09 +01:00
Zdenek Dohnal
86943b30a6 - patchlevel 2146 2020-12-16 14:39:20 +01:00
Zdenek Dohnal
76de4434ca remove interactive prompt from profile scripts 2020-12-16 14:37:30 +01:00
Pavel Raiskup
a71f8c8cb7 fix 'vim' alias on 'vi'-only system
Despite the fact that user installed 'vim-enhanced' package, the alias
didn't stop notifying user that 'vim' is not installed till the shell
was restarted.

Newly, if /usr/bin/vim suddenly appears (vim-enhanced is freshly
installed) the alias is mostly no-op and vim is used directly.

On top of ^, if user touches the ~/.i-know-vim-is-vi file, 'vi' is
silently started instead of 'vim' without the warning.

Resolves: rhbz#1907800
2020-12-16 11:22:05 +00:00
Zdenek Dohnal
0aa9eedd6a remove ownership of /etc/profile.d - rpmlinter reports it as an error 2020-12-16 10:27:00 +01:00
Zdenek Dohnal
eb227c8ca4 make profile files as ghosts to prevent further conflicts 2020-12-16 09:54:12 +01:00
Zdenek Dohnal
6f00361810 - patchlevel 2143 2020-12-14 11:43:11 +01:00
Zdenek Dohnal
2db1d1b4b6 1907335 - installing vim no longer works, due to package conflicts with vim-minimal 2020-12-14 11:42:01 +01:00
Zdenek Dohnal
e59c5ebce8 - patchlevel 2115 2020-12-09 09:41:55 +01:00
Zdenek Dohnal
039b1a44d9 1902772 - "vim" from vim-minimal defunct on zsh 2020-12-09 09:38:37 +01:00
Zdenek Dohnal
eb1e499d76 - patchlevel 2108 2020-12-08 11:43:21 +01:00
Zdenek Dohnal
adead012f8 - patchlevel 2086 2020-12-04 06:28:00 +01:00
Zdenek Dohnal
ef509c33a8 - patchlevel 2072 2020-12-01 06:36:37 +01:00
Zdenek Dohnal
bd7649faf1 - patchlevel 2018 2020-11-20 07:57:44 +01:00
Zdenek Dohnal
042bd19298 - patchlevel 1971 2020-11-10 13:57:03 +01:00
Zdenek Dohnal
ed68fc4c51 - patchlevel 1961 2020-11-06 07:14:14 +01:00
Zdenek Dohnal
73e2177198 make is no longer in buildroot by default
disable F31 updating
2020-11-05 14:11:24 +01:00
Zdenek Dohnal
766372101a - patchlevel 1941 2020-11-02 11:20:51 +01:00
Zdenek Dohnal
8df98f5841 move vim.fish to vendor_functions.d
The previous place, vendor_conf.d, blocks autoloading user defined
aliases with the same name, because it is loaded before all dirs for functions.
Then user defined functions with the same name are not loaded, because the name
is already defined.
2020-11-02 11:01:54 +01:00
Zdenek Dohnal
cf4c49ef15 - patchlevel 1885 2020-10-22 12:54:06 +02:00
Zdenek Dohnal
4e95433cde vim.sh, vim.csh, vim.fish - drop 'which', use 'command' 2020-10-19 09:48:46 +02:00
Zdenek Dohnal
64066330a2 add fish profile for Vim 2020-10-15 14:00:54 +02:00
Zdenek Dohnal
17062c8b2d vim.sh, vim.csh - set aliases only for OS default vi and vim
Do not set them for locally built vi/vim or replace existing aliases.
2020-10-15 13:45:53 +02:00
Zdenek Dohnal
cbc7da83e9 vim-default-editor.fish - dont give EDITOR universal scope 2020-10-15 13:29:42 +02:00
Zdenek Dohnal
d44733b481 Fix various issues with vim-default-editor
Fix fish profile installation, set virtual provide system-default-editor
(thanks Neal Gompa and Kamil Dudka), conflict with earlier nano-default-editor,
because it hasn't provided the virtual provide yet.
2020-10-12 17:27:49 +02:00
Paweł Marciniak
d8e67b2f1e Create a new subpackage to set vim as a default editor 2020-10-09 14:42:37 +02:00
Zdenek Dohnal
de6d14a6d2 - patchlevel 1815 2020-10-09 06:20:12 +02:00
Zdenek Dohnal
17d13effed - patchlevel 1805 2020-10-06 17:06:01 +02:00
Zdenek Dohnal
cab8abb7b2 - patchlevel 1770 2020-09-29 17:55:32 +02:00
Zdenek Dohnal
53b53f3289 - patchlevel 1687 2020-09-15 11:09:57 +02:00
Zdenek Dohnal
9c22f86e9a - patchlevel 1651 2020-09-10 07:22:40 +02:00
Zdenek Dohnal
3489aebfe4 - patchlevel 1634 2020-09-08 07:29:26 +02:00
Zdenek Dohnal
42db0eb211 - patchlevel 1551 2020-08-31 10:25:40 +02:00
Zdenek Dohnal
93718cf74b F33 has update-testing now 2020-08-31 10:24:30 +02:00
Zdenek Dohnal
22d6f1fede typo in vim-update.sh 2020-08-25 13:51:48 +02:00
Zdenek Dohnal
b63096676a - patchlevel 1522 2020-08-25 13:13:14 +02:00
Zdenek Dohnal
525ad7ad8b - patchlevel 1520 2020-08-24 13:29:00 +02:00
Zdenek Dohnal
626b1ede6f explicitly disable canberra for vi and vim 2020-08-20 14:28:40 +02:00
Zdenek Dohnal
227c2f67a0 - patchlevel 1484 2020-08-19 07:14:20 +02:00