From 5291e15863ea88b026cf63e1d14f585a631cce93 Mon Sep 17 00:00:00 2001 From: tv Date: Thu, 30 Jun 2016 03:12:27 +0200 Subject: tv vim: extra rtp wins --- tv/2configs/vim.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tv/2configs/vim.nix b/tv/2configs/vim.nix index f77b181..7c21509 100644 --- a/tv/2configs/vim.nix +++ b/tv/2configs/vim.nix @@ -137,7 +137,7 @@ let set mouse=a set noruler set pastetoggle= - set runtimepath=${extra-runtimepath},$VIMRUNTIME + set runtimepath=$VIMRUNTIME,${extra-runtimepath} set shortmess+=I set showcmd set showmatch -- cgit v1.2.3