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: github/copilot.vim
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: release
Choose a base ref
...
head repository: koyae/copilot.vim
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: release
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Feb 20, 2025

  1. Crude hack to force in context from a file.

    I believe doing this is necessary because the `b:workspace_folder` and
    `g:copilot_workspace_folders` appear to have no effect for me, at least
    with vim version 9.1. I have not investigated super deeply, but I'm
    guessing files from those directories are only used by the language
    server, rather than being added wholesale to the transmitted context.
    This is annoying for obvious reasons when it comes to files that the
    language server won't do anything with, in my case SQL.
    koyae committed Feb 20, 2025
    Configuration menu
    Copy the full SHA
    cfbd812 View commit details
    Browse the repository at this point in the history
  2. Fixed modeline so copilot code doesn't choke.

    For whatever reason the # vim: <settings> was foiling it. Tested and
    appears to work now.
    koyae committed Feb 20, 2025
    Configuration menu
    Copy the full SHA
    86e1bb4 View commit details
    Browse the repository at this point in the history
Loading