0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

updated for version 7.3.1172

Problem:    Python 2: loading modules doesn't work well.
Solution:   Fix the code. Add more tests. (ZyX)
This commit is contained in:
Bram Moolenaar
2013-06-12 14:20:36 +02:00
parent 0ea4a6b94b
commit 9f3685a527
13 changed files with 243 additions and 107 deletions

View File

@@ -0,0 +1,2 @@
import before_2
dir = "after"