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: isRuslan/vim-es6
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1
Choose a base ref
...
head repository: isRuslan/vim-es6
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 17 commits
  • 8 files changed
  • 8 contributors

Commits on Dec 18, 2015

  1. readme: move sample.gif away

    ruslan committed Dec 18, 2015
    Configuration menu
    Copy the full SHA
    735b9f7 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2016

  1. add template substitution

    isRuslan committed Jan 21, 2016
    1 Configuration menu
    Copy the full SHA
    abe6b89 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2016

  1. Configuration menu
    Copy the full SHA
    16dee21 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9 from whitelynx/patch-1

    Fix highlighting for single-quoted strings.
    isRuslan committed Jan 24, 2016
    Configuration menu
    Copy the full SHA
    11fb061 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2016

  1. Added export snippet

    cpitt committed Jul 22, 2016
    Configuration menu
    Copy the full SHA
    0b8cf82 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2016

  1. Merge pull request #11 from cpitt/master

    Add export snippet
    isRuslan authored Jul 23, 2016
    Configuration menu
    Copy the full SHA
    685bd89 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2017

  1. update javascript.vim

    add highlight support for `async` and `await`
    shuizhongyueming committed May 17, 2017
    Configuration menu
    Copy the full SHA
    9153f0f View commit details
    Browse the repository at this point in the history

Commits on May 18, 2017

  1. Merge pull request #15 from shuizhongyueming/master

    update javascript.vim
    isRuslan authored May 18, 2017
    Configuration menu
    Copy the full SHA
    51ed6c6 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2017

  1. Configuration menu
    Copy the full SHA
    b035e5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d82c5f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #16 from jaspax/master

    Add `of` as a highlighted keyword
    isRuslan authored Aug 30, 2017
    Configuration menu
    Copy the full SHA
    1f85075 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2017

  1. fix syntax modules path and highlight linking

     * modules include path was wrong in the main syntax file
     * the `did_javascript_hilink` variable used by the modules
       was not set in the main syntax file
     * moved the definition of `HiLink` function before loading modules,
       as it's used in the modules too
    quezak committed Sep 20, 2017
    Configuration menu
    Copy the full SHA
    c1acfa3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    490b854 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a1b5bc View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2017

  1. Merge pull request #18 from quezak/master

    fix syntax modules path and highlight linking
    isRuslan authored Sep 22, 2017
    Configuration menu
    Copy the full SHA
    c0ca7bc View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2019

  1. Removed formatexpr

    We want to allow people to use their own formatters, e.g. prettier or prettier-eslint
    vctr-dev authored Jan 25, 2019
    Configuration menu
    Copy the full SHA
    dd03483 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2019

  1. Merge pull request #23 from victorzchan/master

    Removed formatexpr
    isRuslan authored Apr 28, 2019
    Configuration menu
    Copy the full SHA
    3f080e3 View commit details
    Browse the repository at this point in the history
Loading