MacVim 中的错误命令输出
我正在阅读 Django 教程 http://docs.djangoproject .com/en/1.2/intro/tutorial01/#activating-models,它通过 python manage.py sql polls
输出彩色 SQL 片段。我正在使用 MacVim,它似乎无法正确理解输出。请参阅屏幕截图。
I'm going through the Django tutorial http://docs.djangoproject.com/en/1.2/intro/tutorial01/#activating-models, which outputs colorized SQL snippets via python manage.py sql polls
. I'm working with MacVim and it seems that it does not understand the output properly. See screenshot.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
发生这种情况是因为 MacVim 提供的终端仿真器不是一个功能齐全的终端(即能够支持 ANSI 转义码的终端),但看起来它声称是。你可以尝试 这个 vimscript,它声称能够使用 ANSI 对文件进行着色转义码。
This is happening because the terminal emulator supplied by MacVim isn't a fully-functional terminal (i.e. one capable of supporting ANSI escape codes), but it looks like it's claiming to be. You might try this vimscript which claims to be able to colourize files with ANSI escape codes.