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 7e7b0eb commit ad1ea73
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 @@ -74,8 +74,8 @@ if &runtimepath !~# '/dein.vim'
execute '!git clone https://github.com/Shougo/dein.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 ad1ea73

Please sign in to comment.