diff options
Diffstat (limited to 'gnu/packages/vim.scm')
-rw-r--r-- | gnu/packages/vim.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm index 66e0f0ed26..e117fc4dff 100644 --- a/gnu/packages/vim.scm +++ b/gnu/packages/vim.scm @@ -62,11 +62,11 @@ (synopsis "Text editor based on vi") (description "Vim is a highly configurable text editor built to enable efficient text -editing. It is an improved version of the vi editor distributed with most UNIX +editing. It is an improved version of the vi editor distributed with most UNIX systems. Vim is often called a \"programmer's editor,\" and so useful for programming -that many consider it an entire IDE. It's not just for programmers, though. Vim -is perfect for all kinds of text editing, from composing email to editing +that many consider it an entire IDE. It's not just for programmers, though. +Vim is perfect for all kinds of text editing, from composing email to editing configuration files.") (license license:vim))) |