Skip to content
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

(feedback) spelllang detection #21

Open
sharethewisdom opened this issue Mar 5, 2018 · 0 comments
Open

(feedback) spelllang detection #21

sharethewisdom opened this issue Mar 5, 2018 · 0 comments

Comments

@sharethewisdom
Copy link

just a quick note: I use espeak and in call_say, I added

lang = self.vim.eval("getbufvar('%', '&spelllang')").split(',')[0]
if self.get_option(self.Options.USE_ESPEAK):
    args = ["espeak"]
    if lang:
        args += ["-v", str(lang)]
    ...

This works, but could obviously be improved.

I think this is a really cool simple plugin and I wish that it would also read errors and warnings whenever they appear. A few weeks ago, I asked a question about that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant