aboutsummaryrefslogtreecommitdiff
path: root/pack
diff options
context:
space:
mode:
authorMax Christian Pohle2018-10-29 18:20:12 +0100
committerMax Christian Pohle2018-10-29 18:40:15 +0100
commit41312b5427c32ab5e8d145c02164020c13d44ae4 (patch)
tree8f325465e660640baac1fc3cad7226e1c4c63a83 /pack
parenteb2e7959987ebc405c7a03060f259655e13f01d0 (diff)
downloadvim-41312b5427c32ab5e8d145c02164020c13d44ae4.tar.bz2
vim-41312b5427c32ab5e8d145c02164020c13d44ae4.zip
Fixed submodule handling
Diffstat (limited to 'pack')
-rw-r--r--pack/neovim/opt/.empty1
-rw-r--r--pack/vim/opt/.empty1
2 files changed, 2 insertions, 0 deletions
diff --git a/pack/neovim/opt/.empty b/pack/neovim/opt/.empty
new file mode 100644
index 0000000..c381d32
--- /dev/null
+++ b/pack/neovim/opt/.empty
@@ -0,0 +1 @@
We need this folder to deploy our git submodules.
diff --git a/pack/vim/opt/.empty b/pack/vim/opt/.empty
new file mode 100644
index 0000000..c381d32
--- /dev/null
+++ b/pack/vim/opt/.empty
@@ -0,0 +1 @@
We need this folder to deploy our git submodules.
..