-
Notifications
You must be signed in to change notification settings - Fork 11
Run check.vim when testing #58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
もうちょっと見てみますが、速報ということで。 これ試してみたんですが、手元では常に失敗扱いになりますね… |
あーWin ( |
うはっ ちなみにコードはvim本体のを参考にしてます |
動作確認はUbuntu 16.04でしました。 |
あと |
vim の src/po/Makefile の check これ、使われてない感じするなぁ… |
* not work on Windows (enc=cp932 env) * friendly error message: print error lines when fail to check * new targets: check, checkclean
402ba59 で3点、修正しました。
|
Vim 本体へも還元するべきかもしれない。 |
@crazymaster とりあえず現状でマージします。ありがとうございました 🙇 |
srcディレクトリのMakefileから叩かれているみたいです。 |
ref: vim-jp/issues#951