Skip to content

Commit

Permalink
Fix the installation script
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Sep 7, 2023
1 parent 0668844 commit f66c6ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit f66c6ce

Please sign in to comment.