Skip to content

Commit 325c3a5

Browse files
committed
Merge python.vim and python3.0.vim into python.vim
Merge Python 3 and Python 3 script versions into the single python.vim script
1 parent ee72907 commit 325c3a5

File tree

5 files changed

+407
-615
lines changed

5 files changed

+407
-615
lines changed

CHANGES.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Revision 3.3.0 (2013-03-10):
2+
3+
- Merge Python 2 and Python 3 script versions into the single python.vim
4+
script
5+
16
Revision 3.0.7 (2012-02-11):
27

38
- Updated email and URL

TODO.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,14 @@ Now
33

44
- Add support for slice syntax:
55
http://img155.imageshack.us/img155/7767/screenshotgs.png
6+
67
- When we check spelling we don't need to check the whole strings only the
78
content. For example we don't need to check 'u' for spelling in strings
89
like this: u"Some text";
910

1011
Later
1112
=====
1213

13-
- Highligh errors where symbols follow by numbers like this: 0o123LaB
14-
1514
- Need more accurate way to handle indentation errors. For example
1615
mixing spaces and tabs may be used for pretty formatting;
1716

0 commit comments

Comments
 (0)