From f01d29b52867f1110b74fe138733e5ee3cb8238e Mon Sep 17 00:00:00 2001 From: Shougo Matsushita Date: Fri, 8 Sep 2023 08:07:42 +0900 Subject: [PATCH] Better --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 06f03cd..c590b86 100644 --- a/README.md +++ b/README.md @@ -56,8 +56,8 @@ if &runtimepath !~# '/dpp.vim' execute '!git clone https://github.com/Shougo/dpp.vim' s:dir endif endif - execute 'set runtimepath^=' .. s:dir - \ ->fnamemodify(':p')->substitute('[/\\]$', '', '') + execute 'set runtimepath^=' + \ .. s:dir->fnamemodify(':p')->substitute('[/\\]$', '', '') endif ```