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: Alhadis/language-viml
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5030985ab9f5a84a3a18d999d7c3a82f581b0283
Choose a base ref
...
head repository: Alhadis/language-viml
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 979e1c62230bbf29fd6963e3620028ccba6848ad
Choose a head ref
  • 4 commits
  • 6 files changed
  • 1 contributor

Commits on Sep 19, 2023

  1. Improve highlighting of keymapping commands

    This commit improves the highlighting of keymap-related commands, mainly
    to suppress tokenisation of trailing comments (as discussed in #9). This
    is emblematic of a larger issue with certain Vim script commands that're
    executed as expressions; see `:help comment` in Vim for further details.
    
    Closes: #9
    Alhadis committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    be94364 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6d4154 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    204d7c0 View commit details
    Browse the repository at this point in the history
  4. Update grammar keywords for Vim 9.0.1910

    References: vim/vim@35928ee
    Alhadis committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    979e1c6 View commit details
    Browse the repository at this point in the history
Loading