From 07a5e9f914dda778cdcefde3274d0f2ee5a75961 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andri=20M=C3=B6ll?= Date: Thu, 15 May 2014 23:38:33 +0300 Subject: [PATCH] Prepend colon to runtimepath example. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 84a87b2..34affa4 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ wget https://github.com/moll/vim-node/archive/master.tar.gz -O- | tar -xf- --str Then prepend that directory to Vim's `&runtimepath` (or use [Pathogen](https://github.com/tpope/vim-pathogen)): ``` -set runtimepath^=~/.vim/bundle/node +:set runtimepath^=~/.vim/bundle/node ``` ### Vundle