Typo

Junegunn Choi 2016-04-17 22:46:17 +09:00
parent d0c67ec987
commit 563bdc0e40

2
faq.md

@ -24,7 +24,7 @@ if has('mac')
endif
```
The caveat is that when the condition is not met, `PlugClean` will try to remove the plugin. This can be problematic if you shar the same configuration across terminal Vim, GVim, and Neovim.
The caveat is that when the condition is not met, `PlugClean` will try to remove the plugin. This can be problematic if you share the same configuration across terminal Vim, GVim, and Neovim.
```vim
" When started with plain Vim, the plugin is not registered