Skip to content

Commit

Permalink
Add to check bexpr option
Browse files Browse the repository at this point in the history
  • Loading branch information
Quramy committed Apr 2, 2015
1 parent 6c7c0c7 commit db89ff7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/tsuquyomi.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
*tsuquyomi* is a Vim plugin for TypeScript.

Version: 0.2.0
Version: 0.2.1
Author : Quramy <yosuke.kurami@gmail.com>
License: MIT license {{{
Permission is hereby granted, free of charge, to any person obtaining
Expand Down
4 changes: 3 additions & 1 deletion ftplugin/typescript.vim
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,10 @@ if !hasmapto('<Plug>(TsuquyomiReferences)')
map <buffer> <C-^> <Plug>(TsuquyomiReferences)
endif

setlocal bexpr=tsuquyomi#balloonexpr()
setlocal omnifunc=tsuquyomi#complete
if exists('bexpr')
setlocal bexpr=tsuquyomi#balloonexpr()
endif

if g:tsuquyomi_auto_open
silent! call tsuquyomi#open()
Expand Down

0 comments on commit db89ff7

Please sign in to comment.