Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion vim-powerline not working in CLI/tmux correctly

Received: by 10.180.94.105 with SMTP id db9mr537577wib.2.1336893220843;
        Sun, 13 May 2012 00:13:40 -0700 (PDT)
X-BeenThere: vim_use@googlegroups.com
Received: by 10.180.93.169 with SMTP id cv9ls3346425wib.0.canary; Sun, 13 May
 2012 00:13:29 -0700 (PDT)
Received: by 10.216.141.199 with SMTP id g49mr181704wej.12.1336893209797;
        Sun, 13 May 2012 00:13:29 -0700 (PDT)
Received: by 10.216.114.73 with SMTP id b51msweh;
        Sat, 12 May 2012 23:14:09 -0700 (PDT)
Received: by 10.180.83.74 with SMTP id o10mr524035wiy.1.1336889648841;
        Sat, 12 May 2012 23:14:08 -0700 (PDT)
Received: by 10.180.83.74 with SMTP id o10mr524034wiy.1.1336889648832;
        Sat, 12 May 2012 23:14:08 -0700 (PDT)
Return-Path: <ni...@kobschaetzki.net>
Received: from jail.42.org (jail.42.org. [194.77.85.16])
        by gmr-mx.google.com with ESMTP id n4si4021108wiw.0.2012.05.12.23.14.08;
        Sat, 12 May 2012 23:14:08 -0700 (PDT)
Received-SPF: neutral (google.com: 194.77.85.16 is neither permitted nor denied by best guess record for domain of ni...@kobschaetzki.net) client-ip=194.77.85.16;
Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 194.77.85.16 is neither permitted nor denied by best guess record for domain of ni...@kobschaetzki.net) smtp.mail=ni...@kobschaetzki.net
Received: from cassiopeia.uberspace.de (cassiopeia.uberspace.de [95.143.172.115])
	by jail.42.org (Postfix) with SMTP id 558EA126839
	for <v...@vim.org>; Sun, 13 May 2012 06:14:07 +0000 (UTC)
Received: (qmail 6277 invoked from network); 13 May 2012 06:15:29 -0000
Received: from unknown (HELO ?10.0.1.23?) (85.178.193.238)
  by cassiopeia.uberspace.de with SMTP; 13 May 2012 06:15:29 -0000
From: "Niels =?utf-8?q?Kobsch=C3=A4tzki?=" <ni...@kobschaetzki.net>
To: v...@vim.org
Subject: vim-powerline not working in CLI/tmux correctly
Date: Sun, 13 May 2012 08:14:00 +0200
Message-ID: <D590D2F2-5BF1-4EC6-B5FE-84A5DC5D70F0@kobschaetzki.net>
MIME-Version: 1.0
Content-Type: text/plain; format=flowed
X-Mailer: MailMate (1.4.2r2875)

Hi,

I am using vim-powerline and I am wondering why it does not work in the 
cli correctly because the symbols are not shown. I am using Terminal.app 
(Mac OS 10.7.4) set up as xterm-256 and use a font patched for 
powerline. The font is not defined in the .vimrc (is that even 
possible)? When I am using tmux it looks even worse.
In MacVim I am using the same font, defined via the .gvimrc.
Everything runs on my local machine, no remote machines involved.

Powerline is updated via vundle to its latest state, vim-version used by 
the cli 7.3.515, vim-version used by MacVim 7.3.390

Here are screenshots showing what I mean:
Powerline in CLI (not working)
	

Powerline in CLI with tmux (not working at all)
https://skitch.com/e-nielsk/833mj/vim-powerline-tmux

Powerline in MacVim (working)
https://skitch.com/e-nielsk/833mg/vim-powerline-macvim

Any ideas what the problem(s) could be?

Niels