diff --git a/autoload/neosnippet/view.vim b/autoload/neosnippet/view.vim index 41886cc..8a8ee41 100644 --- a/autoload/neosnippet/view.vim +++ b/autoload/neosnippet/view.vim @@ -120,8 +120,6 @@ function! neosnippet#view#_insert(snippet, options, cur_text, col) abort "{{{ \ }) if snip_word =~ neosnippet#get_placeholder_marker_pattern() - \ && (expand('') == '' || &filetype !=# 'python') - " Note: Python filetype has completed snippet problem... call neosnippet#view#_jump('', a:col) endif finally