Skip to content
This repository has been archived by the owner on Jan 12, 2019. It is now read-only.

Commit

Permalink
Include both column and virtual column in line segment
Browse files Browse the repository at this point in the history
Closes #169.
  • Loading branch information
Lokaltog committed Aug 7, 2012
1 parent 67ea41e commit 1acfd75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/Powerline/Segments.vim
Expand Up @@ -22,7 +22,7 @@ let g:Powerline#Segments#segments = Pl#Segment#Init([
\ Pl#Segment#Create('scrollpercent' , '%3p%%'),
\ Pl#Segment#Create('lineinfo',
\ Pl#Segment#Create('line.cur' , '$LINE %3l'),
\ Pl#Segment#Create('line.tot' , ':%-2v', Pl#Segment#NoPadding()),
\ Pl#Segment#Create('line.tot' , ':%-3(%c%V%)', Pl#Segment#NoPadding()),
\ ),
\ Pl#Segment#Create('charcode' , '%{Powerline#Functions#GetCharCode()}', Pl#Segment#Modes('!N')),
\ Pl#Segment#Create('currhigroup' , '%{synIDattr(synID(line("."), col("."), 1), "name")}', Pl#Segment#Modes('!N')),
Expand Down

0 comments on commit 1acfd75

Please sign in to comment.