1
0
mirror of https://github.com/gryf/pythonhelper.git synced 2025-12-24 07:02:35 +01:00

Fix for selecting right interpreter for python3 enabled vim

This commit is contained in:
2016-12-10 18:12:15 +01:00
parent 154c343257
commit 468b229276
2 changed files with 20 additions and 13 deletions

View File

@@ -60,6 +60,8 @@ Changelog
+---------+------------+----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Version | Date | Author | Notes |
+=========+============+================+===========================================================================================================================================================================================+
| 1.1 | 2016-12-10 | Roman Dobosz | Fixed python3 enabled vim (without python2) |
+---------+------------+----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| 1.0 | 2016-05-30 | Roman Dobosz | Rewrite python part (simplifying the code, clean it up, separate from vimscript, add some tests), make it Python3 compatible, lots of other changes |
+---------+------------+----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| | 2012-02-12 | cheater | `Several bug fixes`_, code cleanup, docs update |