Add new stuff

This commit is contained in:
ViktorBarzin 2018-02-14 00:00:02 +00:00
parent 48542815b8
commit e7300997e2
333 changed files with 1989 additions and 6 deletions

View file

@ -162,7 +162,7 @@ fun! s:f.python_find_func( default )
endif
return matchstr( getline( defIndent[0] ), '\Vdef\s\+\zs\w\+' )
endfunction
" ================================= Snippets ===================================