Remove unused 'if_[language].txt': Review

This commit is contained in:
Michael Reed
2015-04-06 19:27:45 -04:00
parent 5bc151c2a4
commit 95b7059d45
5 changed files with 5 additions and 21 deletions

View File

@@ -35,7 +35,7 @@ Most Python plugins created for Vim 7.3 should work after these steps.
*g:python_host_prog*
To point Nvim to a specific Python interpreter, set `g:python_host_prog`:
To point Nvim to a specific Python interpreter, set |g:python_host_prog|:
>
let g:python_host_prog='/path/to/python'
<