Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: vim-python/python-syntax
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: adamatom/python-syntax
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 1 file changed
  • 4 contributors

Commits on Oct 18, 2017

  1. Add default option g:python_spellcheck_strings

    On by default
    alok committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    043fe60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a63e6cb View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2018

  1. syntax: add function calls & brackets highlighting

    credits to @pangloss (https://github.com/pangloss), most of this was taken from vim-javascript
    romgrk committed Feb 20, 2018
    Configuration menu
    Copy the full SHA
    1de0bda View commit details
    Browse the repository at this point in the history
  2. syntax: add braces

    romgrk committed Feb 20, 2018
    Configuration menu
    Copy the full SHA
    aeaea88 View commit details
    Browse the repository at this point in the history
  3. syntax: add tuple parens

    romgrk committed Feb 20, 2018
    Configuration menu
    Copy the full SHA
    9d79e94 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2018

  1. Merge pull request #1 from romgrk/syntax-improvements

    Syntax improvements
    alok authored Apr 2, 2018
    Configuration menu
    Copy the full SHA
    ea6e13c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into spellcheck-comments

    * master:
      syntax: add tuple parens
      syntax: add braces
      syntax: add function calls & brackets highlighting
    alok committed Apr 2, 2018
    Configuration menu
    Copy the full SHA
    42ac0e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b8cad10 View commit details
    Browse the repository at this point in the history
  4. fix typo

    alok committed Apr 2, 2018
    Configuration menu
    Copy the full SHA
    9fb5242 View commit details
    Browse the repository at this point in the history
  5. rm extra highlighting

    alok committed Apr 2, 2018
    Configuration menu
    Copy the full SHA
    48fd19e View commit details
    Browse the repository at this point in the history

Commits on May 24, 2018

  1. Spellcheck docstrings

    Not bytes thought.
    alok committed May 24, 2018
    Configuration menu
    Copy the full SHA
    cc47de3 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2018

  1. pythonDocString -> pythonString

    We just need to add @spell, but nothing else, so no need for a new highlight
    group.
    alok committed May 25, 2018
    Configuration menu
    Copy the full SHA
    9ea81ea View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2018

  1. Highligh python type-like things as Type.

    Adam Labbe committed Aug 31, 2018
    Configuration menu
    Copy the full SHA
    87109e6 View commit details
    Browse the repository at this point in the history
  2. Highlight type annotations.

    Adam Labbe committed Aug 31, 2018
    Configuration menu
    Copy the full SHA
    59d3778 View commit details
    Browse the repository at this point in the history
Loading