rzyns / macvim

Automatically exported from code.google.com/p/macvim
0 stars 0 forks source link

vertical split screen on save crash #381

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago

What steps will reproduce the problem?
vi any file
vsp another file to split screen
hit ctrl + w

What is the expected output? What do you see instead?
the attached explains everything

to summarize, it seg faults

OSX Lion 10.7.1, VIM 7.3

Please provide any additional information below.
this issues started to appear in Lion

Original issue reported on code.google.com by kam.alfred@gmail.com on 6 Oct 2011 at 11:55

Attachments:

GoogleCodeExporter commented 9 years ago
Are you using the 'colorcolumn' option?  If so, disable it and see if that 
changes anything.

What version does it say on the "About" menu? (Vim 7.3 is not precise enough)

Original comment by bjorn.winckler@gmail.com on 7 Oct 2011 at 1:48

GoogleCodeExporter commented 9 years ago
I have the same issue but without using macvim, just vim in a terminal.

Open a file in vim, split vertically then open a new file.  Save one of them, 
Boom.

I run lion 10.7.3 and vim 7.3

Here is my .vimrc

:set number
:syntax on
:set ic
:set hls
autocmd FileType python set omnifunc=pythoncomplete#Complete
autocmd BufNewFile,BufRead *.json set ft=javascript
map <leader>jt  <Esc>:%!json_xs -f json -t json-pretty<CR>
set shiftwidth=4
set tabstop=4

Original comment by simonp...@gmail.com on 12 Mar 2012 at 12:10

GoogleCodeExporter commented 9 years ago
Please update to the latest snapshot.

Original comment by bjorn.winckler@gmail.com on 12 Mar 2012 at 12:23