diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2015-06-02 18:40:46 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-06-02 18:40:46 +0700 |
commit | 01eea1def4707ae885d4a912a07930c3f2fd28ed (patch) | |
tree | 0f3f9d71cb0052c547400f1831f93f378ee486bd /development/pyvim/README | |
parent | 4b192071fe4c064b8ec111dc07524d4f2cac44da (diff) | |
download | slackbuilds-01eea1def4707ae885d4a912a07930c3f2fd28ed.tar.gz |
development/pyvim: Added (Vim in Python).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/pyvim/README')
-rw-r--r-- | development/pyvim/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/development/pyvim/README b/development/pyvim/README new file mode 100644 index 0000000000..001fa4210d --- /dev/null +++ b/development/pyvim/README @@ -0,0 +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. |