From 814464e0353b2bdfad7dac496b339610b1d89716 Mon Sep 17 00:00:00 2001 From: Maxim Likhachev Date: Wed, 5 Feb 2020 13:40:28 +0300 Subject: [PATCH] =?UTF-8?q?vim:=20tcl-ftplugin:=20=D0=BE=D0=B1=D0=BD=D0=BE?= =?UTF-8?q?=D0=B2=D0=BB=D0=B5=D0=BD=D1=8B=20=D0=BF=D1=83=D1=82=D0=B8=20?= =?UTF-8?q?=D0=BA=20=D0=BD=D0=B0=D1=81=D1=82=D1=80=D0=BE=D0=B9=D0=BA=D0=B0?= =?UTF-8?q?=D0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- etc/soft/nvim/+ftplugin/tcl.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/soft/nvim/+ftplugin/tcl.vim b/etc/soft/nvim/+ftplugin/tcl.vim index 28a2f0c..f83dc59 100644 --- a/etc/soft/nvim/+ftplugin/tcl.vim +++ b/etc/soft/nvim/+ftplugin/tcl.vim @@ -2,7 +2,7 @@ " Настройки Tcl "------------------------- -set dictionary=~/.vim/dic/tcl " Словарь автодополнения +set dictionary=~/.config/nvim/dic/tcl " Словарь автодополнения set keywordprg=man\ n " Просмотр страниц руководства @@ -10,7 +10,7 @@ set makeprg=nagelfar\ % " Проверка на ошибки и синтакс set errorformat=%f:\ Line\ %l:\ %t\ %m " Формат строки с информацией if !has("win32unix") - source $HOME/.vim/+omnicompletion/tcl/TclCompletion.vim + source $HOME/.config/nvim/+omnicompletion/tcl/TclCompletion.vim endif setlocal omnifunc=TclComplete