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;


regards,
Christian
-- 
Nichts macht die Frauen heutzutage so altern wie die 
Anhänglichkeit ihrer Bewunderer.
                -- Oscar Wilde

-- 
-- 
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 vim_dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Raspunde prin e-mail lui