Skip to content

Instantly share code, notes, and snippets.

@atton
Created January 30, 2020 09:36
Show Gist options
  • Save atton/e0f13f8a675b2a16742b7633062e2521 to your computer and use it in GitHub Desktop.
Save atton/e0f13f8a675b2a16742b7633062e2521 to your computer and use it in GitHub Desktop.
~/.config/nvim/dein/repos/github.com $ egrep 'has\(.python.\)' -R .
./atton/gundo.vim/autoload/gundo.vim:elseif has('python')"
./Shougo/denite.nvim/test/.themisrc: call themis#log('has("python"): ' . has('python'))
./tyru/open-browser.vim/autoload/vital/_openbrowser/Web/HTTP.vim: if !has('python')
./gregsexton/VimCalc/plugin/vimcalc.vim:if has('python')
./gregsexton/VimCalc/plugin/vimcalc.vim: if has('python') != 1
./gregsexton/VimCalc/plugin/vimcalc.vim:if has('python')
./haya14busa/dein-command.vim/autoload/vital/_dein_command/Web/HTTP.vim: if !has('python')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment