docs: Update Features

This commit is contained in:
nfnty
2017-02-24 16:02:37 +01:00
parent f7105bd860
commit b56fc25c55
2 changed files with 8 additions and 2 deletions

View File

@@ -19,12 +19,15 @@ Features
* New exceptions and builtins
* Doctests
* `@decorator` syntax
* Class variables such as `self` and `cls`
* Operators
* Highlighting of the following errors:
* Invalid symbols in source file
* Mixing spaces and tabs
* Invalid numeric constants
* Invalid %-formatting inside strings
* Invalid variable names
* Invalid operators
* Mixing spaces and tabs
* Trailing spaces (Enabled with `g:python_highlight_space_errors`)
* Commands for easy switching between versions

View File

@@ -21,12 +21,15 @@ Features
* New exceptions and builtins
* Doctests
* `@decorator` syntax
* Class variables such as `self` and `cls`
* Operators
* Highlighting of the following errors:
* Invalid symbols in source file
* Mixing spaces and tabs
* Invalid numeric constants
* Invalid %-formatting inside strings
* Invalid variable names
* Invalid operators
* Mixing spaces and tabs
* Trailing spaces (Enabled with `g:python_highlight_space_errors`)
* Commands for easy switching between versions