Yuki Kokubun
Yuki Kokubun
Sound good. How about these examples? #### Examples Good: ``` viml augroup Foo autocmd! autocmd BufNewFile * put ='Nyan' augroup END ``` ``` viml augroup Foo autocmd! BufNewFile * put...
Make sense. But I think that this feature do not have high priority. So, I will implement it after resolving more critical issues such as #121.
Thanks for reporting this issue. And sorry for my late reply. I want to see the file `delimitMate.vim` to investigate this problem. Could you comment the URL for the file,...
Simply, I forgot how to use py.test's specific features and we can implement these features by simple standard way.
オプション名の省略を禁止するポリシーもあるので妥当だと思います!
> Update, this issue only occurs in MacVim, no problem in Terminal. Hmm, it seems strange. Vint has a feature that guess file encoding, and this feature got something wrong....
Thank you. What file encoding are you using for config files such as `~/.vintrc`?
Hmm... could you print the result of the following command?: ```console $ file -I /usr/local/lib/python2.7/site-packages/vint/asset/default_config.yaml ```
I suspect that the module "chardet" (Vint is using this module) returned an unexpected result. Could you try the following script? ```python # test.py import pprint import chardet import sys...
Hmmmmm...! it seems strange! 😰