Hi bram.

It seems crash when deleting buffer that have settings of colorcolumn.
You can reproduce this with following commands.

gvim.exe -N -u NONE -U NONE -i NONE --noplugin -c "set cc=+1"
:e a
:new
:only!
:bd

diff -r 15b934a16641 src/option.c
--- a/src/option.c Wed Sep 14 19:04:40 2011 +0200
+++ b/src/option.c Tue Sep 20 09:52:42 2011 +0900
@@ -7036,6 +7036,9 @@
     int i;
     int j = 0;
 
+    if (wp->w_buffer == NULL)
+ return NULL;
+
     for (s = wp->w_p_cc; *s != NUL && count < 255;)
     {
  if (*s == '-' || *s == '+')

-- 
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

Raspunde prin e-mail lui