wok diff vim/description.txt @ rev 25741
Fix vlc build with old glibc, and race condition for qt5 build
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Mon Aug 26 13:39:14 2024 +0200 (6 months ago) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/vim/description.txt Mon Aug 26 13:39:14 2024 +0200 1.3 @@ -0,0 +1,13 @@ 1.4 +Vim is a highly configurable text editor built to make creating and changing 1.5 +any kind of text very efficient. 1.6 +It is included as "vi" with most UNIX systems and with Apple OS X. 1.7 + 1.8 +Vim is rock stable and is continuously being developed to become even better. 1.9 + 1.10 +Among its features are: 1.11 + 1.12 +- persistent, multi-level undo tree 1.13 +- extensive plugin system 1.14 +- support for hundreds of programming languages and file formats 1.15 +- powerful search and replace 1.16 +- integrates with many tools