[vim] Set g:loaded_fzf

This commit is contained in:
Junegunn Choi 2016-10-18 15:00:47 +09:00
parent 0541c0dbcf
commit 9b9ad39143
No known key found for this signature in database
GPG Key ID: 254BC280FEF9C627

View File

@ -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')
finish
endif
let g:loaded_fzf = 1
let s:default_layout = { 'down': '~40%' }
let s:layout_keys = ['window', 'up', 'down', 'left', 'right']
let s:fzf_go = expand('<sfile>:h:h').'/bin/fzf'