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: pangloss/vim-javascript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: npeeples/vim-javascript
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.
  • 5 commits
  • 1 file changed
  • 2 contributors

Commits on Sep 27, 2017

  1. adding optional chaining operator

    https://github.com/tc39/proposal-optional-chaining
    The only thing that could be bad about this is that 'x?.3:0' is
    apparently allowed as a ternary operator. I'm not really sure if that
    applies to the syntax highlighter, and is really not a great statement
    anyway.
    npeeples committed Sep 27, 2017
    Configuration menu
    Copy the full SHA
    ca627b9 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2017

  1. Configuration menu
    Copy the full SHA
    41d942c View commit details
    Browse the repository at this point in the history
  2. ?works?

    bounceme authored Sep 28, 2017
    Configuration menu
    Copy the full SHA
    f2ef00e View commit details
    Browse the repository at this point in the history
  3. fix

    bounceme authored Sep 28, 2017
    Configuration menu
    Copy the full SHA
    c6c90a3 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2017

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