aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/nvim_python.txt
diff options
context:
space:
mode:
authorMichael Reed <m.reed@mykolab.com>2015-04-06 19:27:45 -0400
committerMichael Reed <m.reed@mykolab.com>2015-04-10 16:38:11 -0400
commit95b7059d45a33dc5b7cc7410289e2d7f88c45993 (patch)
tree383285025350db8f68a2223f94fed95b0413d23a /runtime/doc/nvim_python.txt
parent5bc151c2a401aa2b91adc783b9155895c6a483d1 (diff)
downloadrneovim-95b7059d45a33dc5b7cc7410289e2d7f88c45993.tar.gz
rneovim-95b7059d45a33dc5b7cc7410289e2d7f88c45993.tar.bz2
rneovim-95b7059d45a33dc5b7cc7410289e2d7f88c45993.zip
Remove unused 'if_[language].txt': Review
Diffstat (limited to 'runtime/doc/nvim_python.txt')
-rw-r--r--runtime/doc/nvim_python.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/nvim_python.txt b/runtime/doc/nvim_python.txt
index 531036d567..bafcf047dd 100644
--- a/runtime/doc/nvim_python.txt
+++ b/runtime/doc/nvim_python.txt
@@ -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'
<