Merge pull request #186 from ShengYun/bugfix-set-fileencoding

force jedi.vim's fileencoding to utf-8
This commit is contained in:
David Halter
2013-09-09 22:43:16 -07:00
2 changed files with 2 additions and 1 deletions

View File

@@ -32,6 +32,7 @@ Zekeriya Koc (@zekzekus) <zekzekus@gmail.com>
ethinx (@ethinx) <eth2net@gmail.com>
Wouter Overmeire (@lodagro) <lodagro@gmail.com>
Stephen J. Fuhry (@fuhrysteve) <fuhrysteve@gmail.com>
Sheng Yun (@ShengYun) <uewing@gmail.com>
@something are github user names.

View File

@@ -1,4 +1,4 @@
" ------------------------------------------------------------------------
" ------------------------------------------------------------------------
" functions that call python code
" ------------------------------------------------------------------------
function! jedi#goto_assignments()