Skip to content

Commit

Permalink
Add g:loaded_fzf_vim
Browse files Browse the repository at this point in the history
Close #1201
  • Loading branch information
junegunn committed Dec 11, 2020
1 parent 8fa9cf0 commit 636a62f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions plugin/fzf.vim
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@
" OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
" WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

if exists('g:loaded_fzf_vim')
finish
endif
let g:loaded_fzf_vim = 1

let s:cpo_save = &cpo
set cpo&vim
let s:is_win = has('win32') || has('win64')
Expand Down

0 comments on commit 636a62f

Please sign in to comment.