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: wavded/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.
  • 7 commits
  • 2 files changed
  • 5 contributors

Commits on Mar 15, 2011

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

Commits on May 2, 2011

  1. javaScriptEnvComment highlight group cleanup

    Keita Haga authored and wavded committed May 2, 2011
    Configuration menu
    Copy the full SHA
    3e0bd23 View commit details
    Browse the repository at this point in the history
  2. switch to PreProc syntax group

    Keita Haga authored and wavded committed May 2, 2011
    Configuration menu
    Copy the full SHA
    5a20c4d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e1a6be7 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2011

  1. Configuration menu
    Copy the full SHA
    dc1d3a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1524b9c View commit details
    Browse the repository at this point in the history
  3. Distinguish keyword operations from math expressions.

    In particular, we recognize `return /test/i` as returning a regular
    expression, while `x /test/i` divides `x` by `test` and then by `i`.
    int3 authored and wavded committed May 27, 2011
    Configuration menu
    Copy the full SHA
    1567954 View commit details
    Browse the repository at this point in the history
Loading