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: newctech/python-syntax
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 58d6e01
Choose a base ref
...
head repository: vim-python/python-syntax
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2cc00ba
Choose a head ref
  • 20 commits
  • 4 files changed
  • 7 contributors

Commits on Jan 9, 2019

  1. Remove highlight link from pythonDot to Normal

    Linking `pythonDot` to `Normal` breaks `CursorLine` highlighting.
    
    ```
    hi Normal guifg=#ffffff guibg=#000000
    hi CursorLine guibg=#111111
    ```
    
    Closes vim-python#48
    nfnty committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    e5c90c6 View commit details
    Browse the repository at this point in the history
  2. Add pythonNone to pythonExpression

    cdonovick authored and nfnty committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    7ecb80f View commit details
    Browse the repository at this point in the history
  3. Split builtin objects / types

    cdonovick authored and nfnty committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    0a92527 View commit details
    Browse the repository at this point in the history
  4. Add builtin function breakpoint

    nfnty committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    8d3c0af View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    41ad513 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1df5e5a View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2020

  1. Implement function call highlighting

    antoinemadec authored and nfnty committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    53ea235 View commit details
    Browse the repository at this point in the history
  2. Fix indentation

    nfnty committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    6890a36 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2020

  1. Fix function call highlighting priority

    Related to vim-python#63
    nfnty committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    ee2a336 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f73fbf0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ce77d0 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2020

  1. Configuration menu
    Copy the full SHA
    f351c0d View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2020

  1. Minor ordering change for highlight_builtins

    Followup to f351c0d
    nfnty committed Apr 19, 2020
    Configuration menu
    Copy the full SHA
    c1c5baf View commit details
    Browse the repository at this point in the history

Commits on May 27, 2020

  1. Configuration menu
    Copy the full SHA
    e82ed75 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2020

  1. Configuration menu
    Copy the full SHA
    082a78a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'fstring'

    nfnty committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    c661c01 View commit details
    Browse the repository at this point in the history
  3. Add mcs to class variables

    fishsouprecipe authored and nfnty committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    2ccfb14 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0ad21fd View commit details
    Browse the repository at this point in the history
  5. Implement python class name highlighting

    koka831 authored and nfnty committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    83d4c63 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2020

  1. Add walrus operator

    Joakker authored and nfnty committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    2cc00ba View commit details
    Browse the repository at this point in the history
Loading