diff options
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. |