瀏覽代碼

Revision 3.3.1

Dmitry Vasiliev 11 年之前
當前提交
b653eff64a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      syntax/python.vim

+ 1
- 1
syntax/python.vim 查看文件

@@ -4,7 +4,7 @@
4 4
 " URL:          https://github.com/hdima/python-syntax
5 5
 " Last Change:  2013-05-12
6 6
 " Filenames:    *.py
7
-" Version:      3.3.0
7
+" Version:      3.3.1
8 8
 "
9 9
 " Based on python.vim (from Vim 6.1 distribution)
10 10
 " by Neil Schemenauer <nas at python dot ca>