index
:
vim
main
master
my vim configuration
Max Christian Pohle
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ftplugin
/
python.vim
blob: 1268957d7238f9d6cd0835a94bffc3c38c0c7e85 (
plain
)
1
let
&path
=
system
(
'python -c "
import sys
;
print
(
\"
,
\"
.
join
(
sys
.
path
))
"')
..