summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-editors/vim: bump copyright yearSam James2022-02-181-1/+1
| | | | | See: 49adc5f0272e40ac608a89d268ee12811fcca384 Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/vim: install defaults.vim only if the file is not installedDongsu Park2022-02-181-2/+4
| | | | | | | | | Install defaults.vim only if the file is not installed already from vim-core. That's needed for avoiding conflicts between vim and vim-core. Closes: https://bugs.gentoo.org/830177 Signed-off-by: Dongsu Park <dpark@linux.microsoft.com> Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/vim: remove warning due to missing defaults.vimDongsu Park2021-12-011-0/+6
| | | | | | | | | | | | | | | | | | vim >= 8.2.3428 prints out a warning on missing file, when it is built with USE="minimal" and `app-editors/vim-core` is not installed. ``` $ vim E1187: Failed to source defaults.vim Press ENTER or type command to continue ``` To remove warning, explicitly install /usr/share/vim/vim82/defaults.vim. Closes: https://bugs.gentoo.org/820356 Signed-off-by: Dongsu Park <dpark@linux.microsoft.com> Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/vim: skip hanging Test_spelldump_bang testSam James2021-11-051-1/+3
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/vim: add 8.2.3567Sam James2021-10-291-0/+347
Bug: https://bugs.gentoo.org/820692 Bug: https://bugs.gentoo.org/819528 Bug: https://bugs.gentoo.org/818562 Signed-off-by: Sam James <sam@gentoo.org>