From 95b7059d45a33dc5b7cc7410289e2d7f88c45993 Mon Sep 17 00:00:00 2001 From: Michael Reed Date: Mon, 6 Apr 2015 19:27:45 -0400 Subject: Remove unused 'if_[language].txt': Review --- runtime/doc/nvim_python.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/doc/nvim_python.txt') 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' < -- cgit