-*todo.txt* For Vim version 7.0aa. Last change: 2005 Dec 16
+*todo.txt* For Vim version 7.0aa. Last change: 2005 Dec 17
VIM REFERENCE MANUAL by Bram Moolenaar
*known-bugs*
-------------------- Known bugs and current work -----------------------
-When inside input() and using "CTRL-R =" causing an exception the command line
-isn't abandoned. (Yukihiro Nakadaira)
-
When 'delcombine' is set in Select mode before a character with a combining
char the combining char is deleted when it shouldn't. (Tony Mechelynck, Nov
27)
-*version7.txt* For Vim version 7.0aa. Last change: 2005 Dec 16
+*version7.txt* For Vim version 7.0aa. Last change: 2005 Dec 17
VIM REFERENCE MANUAL by Bram Moolenaar
dropped. Now after detecting that the child has exited try reading some more
of its output.
+When inside input(), using "CTRL-R =" and the expression throws an exception
+the command line was not abandoned but it wasn't used either. Now abandon
+typing the command line.
+
vim:tw=78:ts=8:ft=help:norl:
new_en.ae_attr |= prim_attr;
else
{
- spell_aep = syn_cterm_attr2entry(prim_attr);
+ spell_aep = syn_term_attr2entry(prim_attr);
if (spell_aep != NULL)
{
new_en.ae_attr |= spell_aep->ae_attr;