diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-06-11 18:48:21 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-06-11 18:48:21 +0200 |
commit | a9f2220176cc318ed076472ac41d00e70934bc83 (patch) | |
tree | 04d596972eae42b9930a9910f58910badd71f3f6 /.gitignore | |
parent | 16619a235bae49c11d28ac462dc2d42fcfea44ba (diff) | |
download | vim-git-a9f2220176cc318ed076472ac41d00e70934bc83.tar.gz |
updated for version 7.3.1166v7.3.1166
Problem: Loading Python modules is not tested.
Solution: Enable commented-out tests, add missing files. (ZyX)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index d4af3a2f0..9caf09a03 100644 --- a/.gitignore +++ b/.gitignore @@ -42,6 +42,7 @@ gvimext.lib *.mo *.swp *~ +*.pyc src/po/vim.pot # Generated by "make test" |