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 ```