Remove python check
This commit is contained in:
parent
b9e80738b9
commit
d373e1451e
@ -120,8 +120,6 @@ function! neosnippet#view#_insert(snippet, options, cur_text, col) abort "{{{
|
|||||||
\ })
|
\ })
|
||||||
|
|
||||||
if snip_word =~ neosnippet#get_placeholder_marker_pattern()
|
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)
|
call neosnippet#view#_jump('', a:col)
|
||||||
endif
|
endif
|
||||||
finally
|
finally
|
||||||
|
Loading…
Reference in New Issue
Block a user