summaryrefslogtreecommitdiff
path: root/app-editors/vim-core/vim-core-9999.ebuild
diff options
context:
space:
mode:
authorWaldo Lemmer <waldolemmer1@gmail.com>2024-05-08 21:21:22 +0200
committerMike Gilbert <floppym@gentoo.org>2024-05-19 11:28:37 -0400
commit6fe17e177a8b6146cb6307dd1325b6a474e7991b (patch)
treeeddb0d92ddf89840d6a143543c758ef940043321 /app-editors/vim-core/vim-core-9999.ebuild
parent10463c4094d53d072fec38d8c0d454692cf49fed (diff)
downloadgentoo-6fe17e177a8b6146cb6307dd1325b6a474e7991b.tar.gz
gentoo-6fe17e177a8b6146cb6307dd1325b6a474e7991b.tar.bz2
gentoo-6fe17e177a8b6146cb6307dd1325b6a474e7991b.zip
app-editors/vim-core: remove textwidth autocommands
vimrc registered an autocommand that set textwidth=78 for all *.txt buffers. This has sparked a few discussions, including this [1] forum post and bug 559800. Overriding the upstream default of textwidth=0 is not a good idea. This commit removes the relevant autocommand and revbumps all versions of the package. [1]: https://forums.gentoo.org/viewtopic-p-8450986.html Closes: https://bugs.gentoo.org/559800 Signed-off-by: Waldo Lemmer <waldolemmer1@gmail.com> Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'app-editors/vim-core/vim-core-9999.ebuild')
-rw-r--r--app-editors/vim-core/vim-core-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/vim-core/vim-core-9999.ebuild b/app-editors/vim-core/vim-core-9999.ebuild
index acfd3ab4aab3..b78c0ae44f87 100644
--- a/app-editors/vim-core/vim-core-9999.ebuild
+++ b/app-editors/vim-core/vim-core-9999.ebuild
@@ -190,7 +190,7 @@ src_install() {
# default vimrc is installed by vim-core since it applies to
# both vim and gvim
insinto /etc/vim/
- newins "${FILESDIR}"/vimrc-r6 vimrc
+ newins "${FILESDIR}"/vimrc-r7 vimrc
eprefixify "${ED}"/etc/vim/vimrc
if use minimal; then