Christian Brabandt wrote:
> Hi Dimitar!
>
> On Mo, 23 Sep 2013, Dimitar DIMITROV wrote:
>
> > Hi,
> >
> > Here is what I tried:
> > :setlocal spelllang=bg spell
> > then
> > :spelldump
> > and all I get is an empty window
> > 'local' is the issue, with a simple :set it all works.
> > I reckon the solution would be to take the settings from the current window
> > and use them in the new results window.
>
> This patch fixes it:
>
> diff --git a/src/spell.c b/src/spell.c
> --- a/src/spell.c
> +++ b/src/spell.c
> @@ -15585,6 +15585,8 @@
>
> /* Create a new empty buffer by splitting the window. */
> do_cmdline_cmd((char_u *)"new");
> + /* enable spelling */
> + set_option_value((char_u*)"spell", TRUE, (char_u*)"", OPT_LOCAL);
> if (!bufempty() || !buf_valid(curbuf))
> return;
Looks like this doesn't take care of 'spelllang' when it was set local
to the window.
--
hundred-and-one symptoms of being an internet addict:
255. You work for a newspaper and your editor asks you to write an
article about Internet addiction...in the "first person."
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.