We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee72907 commit 325c3a5Copy full SHA for 325c3a5
5 files changed
CHANGES.txt
@@ -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
6
Revision 3.0.7 (2012-02-11):
7
8
- Updated email and URL
TODO.txt
@@ -3,15 +3,14 @@ Now
- Add support for slice syntax:
http://img155.imageshack.us/img155/7767/screenshotgs.png
- When we check spelling we don't need to check the whole strings only the
content. For example we don't need to check 'u' for spelling in strings
9
like this: u"Some text";
10
11
Later
12
=====
13
-- Highligh errors where symbols follow by numbers like this: 0o123LaB
14
-
15
- Need more accurate way to handle indentation errors. For example
16
mixing spaces and tabs may be used for pretty formatting;
17
0 commit comments