From 7e93bdec820855c0aa6e3a26fba9b2fac403e4cd Mon Sep 17 00:00:00 2001 From: dmacias72 Date: Mon, 14 Mar 2016 18:43:27 -0600 Subject: [PATCH] fix missing comma --- plugins/packages-desc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/packages-desc b/plugins/packages-desc index 5e7b55e9..1bf6cf54 100755 --- a/plugins/packages-desc +++ b/plugins/packages-desc @@ -26,6 +26,6 @@ "subversion":"Subversion is a version control system which allows you to keep old versions of files and directories (usually source code), and keep a log of who, when, and why changes occurred, similar to other such systems like CVS, RCS or SCCS. Subversion keeps all the information to permit extracting previous versions of those files at any time. For more information about the Subversion project.", "unrar":"The UnRAR utility is a freeware program, distributed with source code and developed for extracting, testing and viewing the contents of archives created with the RAR archiver version 1.50 and above. The UnRAR library is a minor part of the RAR archiver and contains the RAR uncompression algorithm. UnRAR requires very small volume of memory to operate. The UnRAR library can also be used by other programs to extract RAR archives.", "utempter":"The utempter package provides a utility and shared library that allows terminal applications such as xterm and screen to update \/var\/run\/utmp and \/var\/log\/wtmp without requiring root privileges.", - "vim":"Vim is an almost compatible version of the UNIX editor vi. Many new features have been added: multi level undo, command line history, filename completion, block operations, and more. Vim s development is led by Bram Moolenaar. This package also contains the Exuberant Ctags program written by Darren Hiebert." + "vim":"Vim is an almost compatible version of the UNIX editor vi. Many new features have been added: multi level undo, command line history, filename completion, block operations, and more. Vim s development is led by Bram Moolenaar. This package also contains the Exuberant Ctags program written by Darren Hiebert.", "virtualenv":"virtualenv is a tool to create isolated Python environments." } \ No newline at end of file