install.fairie/dotfiles/.vim/plugged/python-syntax/TODO.txt
Git E2E Dev Test Username d43332a8fc git subrepo clone https://github.com/hdima/python-syntax.git ./dotfiles/.vim/plugged/python-syntax
subrepo:
  subdir:   "dotfiles/.vim/plugged/python-syntax"
  merged:   "69760cb3"
upstream:
  origin:   "https://github.com/hdima/python-syntax.git"
  branch:   "master"
  commit:   "69760cb3"
git-subrepo:
  version:  "0.4.3"
  origin:   "???"
  commit:   "???"
2022-10-18 10:36:30 -04:00

26 lines
814 B
Text

Now
===
- It seems python.vim doesn't highlight special characters inside strings by
default but only when reloaded? Or maybe only when set to Python 2
by default?
- 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
like this: u"Some text";
Later
=====
- Need more accurate way to handle indentation errors. For example
mixing spaces and tabs may be used for pretty formatting;
- Need more checks for errors like: absent brackets, absent quotes,
back slash at the end of strings;
- pythonError tips from
http://blog.sontek.net/2008/05/11/python-with-a-modular-ide-vim/ (reported by
Giuliani Deon Sanches)