-
Notifications
You must be signed in to change notification settings - Fork 65
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
options.txt 中の既定値部分で表記ゆれがある #117
Comments
そうでもないことが判明しました。 例: |
ブラム氏には何か意図があるのかもしれませんが、
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
次のような表記ゆれが見られます。
:help 'pastetoggle'@ja
):help 'breakindentopt'@ja
):help 'concealcursor'@ja
):help 'tabline'@ja
):help 'printencoding'@ja
):help 'omnifunc'@ja
)調べてみて分かったことがあり、ほとんどが原文に忠実な翻訳になっていました。
また、"" と empty の違いは単項か多項(カンマ区切りなど)になっていると言うことも分かりました。
:help 'pastetoggle'@en
):help 'breakindentopt'@en
):help 'concealcursor'@en
):help 'tabline'@en
):help 'printencoding'@en
):help 'omnifunc'@en
)このような表記ゆれを防ぎ、必要であれば原文を直すことを検討したいと思いました。
The text was updated successfully, but these errors were encountered: