summaryrefslogtreecommitdiff
path: root/development/pyvim/README
diff options
context:
space:
mode:
authorDimitris Zlatanidis <d.zlatanidis@gmail.com>2015-06-02 18:40:46 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2015-06-02 18:40:46 +0700
commit01eea1def4707ae885d4a912a07930c3f2fd28ed (patch)
tree0f3f9d71cb0052c547400f1831f93f378ee486bd /development/pyvim/README
parent4b192071fe4c064b8ec111dc07524d4f2cac44da (diff)
downloadslackbuilds-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/README4
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.