Open GoogleCodeExporter opened 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
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
Please update to the latest snapshot.
Original comment by bjorn.winckler@gmail.com
on 12 Mar 2012 at 12:23
Original issue reported on code.google.com by
kam.alfred@gmail.com
on 6 Oct 2011 at 11:55Attachments: