Skip to content
This repository was archived by the owner on Oct 31, 2021. It is now read-only.

Make it possible to pull in vim-codesearch via chromium/src/tools/vim #6

Open
asankah opened this issue Jun 12, 2017 · 1 comment
Open

Comments

@asankah
Copy link
Member

asankah commented Jun 12, 2017

Let it be possible to pull in the plugin via something like:

so `=path_to_chrome . 'tools/vim/vim-codesearch.vim'`
@asankah
Copy link
Member Author

asankah commented Jun 12, 2017

On option is to:

  • perform regular releases that push out an archive
  • src.git's tools/vim/vim-codesearch.vim pulls in, expands and uses (if out of date, or if there's no checkout found in the default location).
    • Probably don't want to do network IO on every editor startup. Hence we could do a two stage A-B style updates that don't trample running instances of Vim.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant