mirror of
https://github.com/junegunn/vim-plug.git
synced 2024-12-19 10:35:38 -07:00
Typo
parent
d0c67ec987
commit
563bdc0e40
2
faq.md
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
|
||||
|
Loading…
Reference in New Issue
Block a user