Created
January 30, 2020 09:36
-
-
Save atton/e0f13f8a675b2a16742b7633062e2521 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/.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