Skip to content

Commit 2016fba

Browse files
authored
Merge pull request #384 from pera/patch-1
Update manual_install.sh
2 parents 76074cd + cad0371 commit 2016fba

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

manual_install.sh

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
#!/bin/bash
22

3-
cp -R autoload/ ~/.vim/autoload/ &&
4-
cp -R compiler/ ~/.vim/compiler/ &&
5-
cp -R ftdetect/ ~/.vim/ftdetect/ &&
6-
cp -R ftplugin/ ~/.vim/ftplugin/ &&
7-
cp -R indent/ ~/.vim/indent/ &&
8-
cp -R syntax/ ~/.vim/syntax/
3+
mkdir -p ~/.vim
4+
cp -R autoload/ compiler/ ftdetect/ ftplugin/ indent/ syntax/ ~/.vim/

0 commit comments

Comments
 (0)