From 95b800a3754606eb44917f9d04e67953989e07a0 Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Sun, 3 Jan 2016 19:09:37 -0600 Subject: [PATCH] Add inline code block ticks to the Gemfile. --- vim/running-bundle-with-vim-bundler.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/running-bundle-with-vim-bundler.md b/vim/running-bundle-with-vim-bundler.md index a202d37..ec8d667 100644 --- a/vim/running-bundle-with-vim-bundler.md +++ b/vim/running-bundle-with-vim-bundler.md @@ -4,5 +4,5 @@ The [`vim-bundler`](https://github.com/tpope/vim-bundler) plugin is a companion of the [`rake.vim`](https://github.com/tpope/vim-rake) and [`rails.vim`](https://github.com/tpope/vim-rails) plugins. It is a lightweight plugin that exposes some bundler-related convenience methods. The Vim `:Bundle` command exposes the `bundle` command. To install the latest -changes to the Gemfile, you can invoke `:Bundle` or `:Bundle install` from +changes to the `Gemfile`, you can invoke `:Bundle` or `:Bundle install` from inside of Vim.