Thanks to visit codestin.com
Credit goes to github.com

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/vim
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: jpmv27/vim
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: jpmv27_master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 11 files changed
  • 2 contributors

Commits on Oct 15, 2016

  1. Configuration menu
    Copy the full SHA
    5d41f48 View commit details
    Browse the repository at this point in the history
  2. Add 'E924fix' feature

    jpmv27 committed Oct 15, 2016
    Configuration menu
    Copy the full SHA
    dbf6259 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b30bba View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2016

  1. Configuration menu
    Copy the full SHA
    207053b View commit details
    Browse the repository at this point in the history
  2. Revert "Add 'E924fix' feature"

    This reverts commit dbf6259.
    jpmv27 committed Oct 16, 2016
    Configuration menu
    Copy the full SHA
    feca0ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc61a2e View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2016

  1. Update README

    jpmv27 committed Nov 26, 2016
    Configuration menu
    Copy the full SHA
    896bac5 View commit details
    Browse the repository at this point in the history
  2. Update netrw to v162f

    jpmv27 committed Nov 26, 2016
    Configuration menu
    Copy the full SHA
    c2c8c64 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2019

  1. patch 8.1.1365: source command doesn't check for the sandbox

    Problem:    Source command doesn't check for the sandbox. (Armin Razmjou)
    Solution:   Check for the sandbox when sourcing a file.
    brammool authored and jpmv27 committed Jun 12, 2019
    Configuration menu
    Copy the full SHA
    e75c78b View commit details
    Browse the repository at this point in the history
  2. patch 8.1.1366: using expressions in a modeline is unsafe

    Problem:    Using expressions in a modeline is unsafe.
    Solution:   Disallow using expressions in a modeline, unless the
                'modelineexpr' option is set.
    jpmv27 committed Jun 12, 2019
    Configuration menu
    Copy the full SHA
    127a46c View commit details
    Browse the repository at this point in the history
  3. patch 8.1.1367: can set 'modelineexpr' in modeline

    Problem:    can set 'modelineexpr' in modeline.
    Solution:   Add P_SECURE flag.
    jpmv27 committed Jun 12, 2019
    Configuration menu
    Copy the full SHA
    09c0163 View commit details
    Browse the repository at this point in the history
Loading