summaryrefslogtreecommitdiff
path: root/app-editors/vim-core/files/vimrc-r7
AgeCommit message (Collapse)Author
2024-05-19app-editors/vim-core: remove textwidth autocommandsWaldo Lemmer
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>