Remove python check

This commit is contained in:
Shougo Matsushita 2016-08-21 11:25:23 +09:00
parent b9e80738b9
commit d373e1451e
1 changed files with 0 additions and 2 deletions

View File

@ -120,8 +120,6 @@ function! neosnippet#view#_insert(snippet, options, cur_text, col) abort "{{{
\ })
if snip_word =~ neosnippet#get_placeholder_marker_pattern()
\ && (expand('<amatch>') == '' || &filetype !=# 'python')
" Note: Python filetype has completed snippet problem...
call neosnippet#view#_jump('', a:col)
endif
finally