mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
development/pyvim: Fix invalid chars in desc.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
8540e82ca4
commit
671e016cba
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
An implementation of Vim in Python.
|
||||
The editor is written completely in Python.
|
||||
(There are no C extensions). This makes development a lot faster.
|
||||
It’s easy to prototype and integrate new features.
|
||||
It's easy to prototype and integrate new features.
|
||||
|
|
|
@ -11,7 +11,7 @@ pyvim:
|
|||
pyvim: An implementation of Vim in Python.
|
||||
pyvim: The editor is written completely in Python.
|
||||
pyvim: (There are no C extensions). This makes development a lot faster.
|
||||
pyvim: It’s easy to prototype and integrate new features.
|
||||
pyvim: It's easy to prototype and integrate new features.
|
||||
pyvim:
|
||||
pyvim: Homepage: https://github.com/jonathanslenders/pyvim
|
||||
pyvim:
|
||||
|
|
Loading…
Reference in a new issue