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: lvnfg/vim-vsnip
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: hrsh7th/vim-vsnip
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.
  • 4 commits
  • 22 files changed
  • 4 contributors

Commits on Mar 28, 2025

  1. Add treesitter integration (hrsh7th#280)

    * feat: add treesitter integration
    
    * feat: add treesitter integration
    
    * chore: lint code
    
    * chore: bump dependencies
    
    * chore: bump dependencies
    
    * chore: lint code
    
    * chore: update lua call
    zdm authored Mar 28, 2025
    Configuration menu
    Copy the full SHA
    b7445b3 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2025

  1. Refactor treesitter filetype detection (hrsh7th#281)

    * feat: refactor treesitter filetype detection
    
    * feat: refactor treesitter filetype detection
    
    * feat: refactor treesitter filetype detection
    
    * feat: refactor treesitter filetype detection
    
    * feat: refactor treesitter filetype detection
    
    * feat: refactor treesitter filetype detection
    
    * chore: update docs
    
    * chore: check filetype separator to '.'
    
    * chore: revert filetype separator to '/'
    
    * chore: revert filetype separator to '/'
    zdm authored Apr 8, 2025
    Configuration menu
    Copy the full SHA
    0a4b841 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2025

  1. chore: update vim-vital-vs

    hrsh7th committed Sep 26, 2025
    Configuration menu
    Copy the full SHA
    a803997 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2025

  1. Add completefunc (hrsh7th#283)

    * Add vsnip#completefunc()
    
    * Add test for vsnip#completefunc()
    
    * Add vsnip#completefunc to document
    hokorobi authored Oct 5, 2025
    Configuration menu
    Copy the full SHA
    9bcfabe View commit details
    Browse the repository at this point in the history
Loading