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

Commits on Nov 17, 2023

  1. Syntax file for SWIG (Simplified Wrapper Interface Generator) descrip…

    …tion files.
    
    The default syntax for .i files highlights comments in a reverse
    color scheme which doesn't look well.  This syntax builds
    on vim's c++ syntax by adding highlighting for common swig
    directives and user defined directives.  For an alternative
    syntax, see vimscript #1247 (which I found after writing this).
    mcepl committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    76f429d View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. Adjust syntax

    jmarrec committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    306e29e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    adff1e0 View commit details
    Browse the repository at this point in the history
Loading