Skip to content

Commit

Permalink
Add FAQ
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Nov 28, 2015
1 parent 388a1b7 commit 51cd553
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions doc/neobundle.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1839,5 +1839,14 @@ Q: Why neobundle only accepts "https" or "ssh"?

A: https://glyph.twistedmatrix.com/2015/11/editor-malware.html

Q: I want to autoload vim-gnupg

A: vim-gnupg uses |BufReadCmd| and |FileReadCmd| autocmd. You must specify
the autocmd. >
autocmd BufReadCmd,FileReadCmd *.gpg,*.asc,*.pgp
\ NeoBundleSource vim-gnupg | doautocmd BufReadCmd
autocmd FileReadCmd *.gpg,*.asc,*.pgp
\ NeoBundleSource vim-gnupg | doautocmd FileReadCmd
==============================================================================
vim:tw=78:ts=8:ft=help:norl:noet:fen:

0 comments on commit 51cd553

Please sign in to comment.