edenzik / macvim

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

Buffer output display wrong when using raw chars #218

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
IMPORTANT! Before creating a new Issue please search the old Issues for
duplicates and read the ReportingBugs wiki page.  Also, please do not use
this page to ask questions, instead post to the vim_mac mailing list.
There are more people on that list that can answer questions.  Only file an
issue if you have found a bug.  (You can safely delete this text now that
you have read it and enter an issue report.  Thank you for taking the time
to report new bugs!)

What steps will reproduce the problem?

first, I've tried to find a similar bug without success. I'm not sure it's
a bug, sorry if it's not.
Install vim-rails (http://github.com/tpope/vim-rails/), and vim-cucumber
(http://github.com/tpope/vim-cucumber/), and create a new project.
then, add some features to the project :

./script/generate cucumber

Create a feature, and then use :Rake to run the feature.

What is the expected output? What do you see instead?
Same output as VIM (= colored output), because the default format of
cucumber is "pretty" (that's the name of the format).

What version of MacVim and OS X are you using (see "MacVim->About MacVim"
and  "Apple Menu->About This Mac" menu items, e.g. "Snapshot 40, 10.5.6
Intel")?

I'm using Custom Version 7.2 (49), on mac os X 10.6.1.

Please provide any additional information below.

I've attached 2 screenshots, first is on macvim, second is using vim on mac
os X in Terminal.app

Thanks

Original issue reported on code.google.com by philippe...@gmail.com on 17 Sep 2009 at 5:51

Attachments:

GoogleCodeExporter commented 9 years ago
I'm sorry but I cannot help with plugin/script problems.  You'll have to ask 
other people who use the same 
plugin (or perhaps the vim_use mailing list).

As far as I can tell the file you are trying to view contains ANSI escape codes 
and these will only display properly 
in a terminal (Gvim is _not_ a terminal emulator).

Original comment by bjorn.winckler@gmail.com on 17 Sep 2009 at 6:00