Skip to content

Commit

Permalink
Unbreak pango.
Browse files Browse the repository at this point in the history
  • Loading branch information
ethercrow committed Oct 13, 2014
1 parent d331756 commit d2986c3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions yi/src/library/Yi/Editor.hs
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ module Yi.Editor ( Editor(..), EditorM(..), MonadEditor(..)
, findBuffer
, findBufferWith
, findBufferWithName
, findWindowWith
, focusWindowE
, getBufferStack
, getBufferWithName
, getBufferWithNameOrCurrent
Expand Down Expand Up @@ -75,10 +77,12 @@ module Yi.Editor ( Editor(..), EditorM(..), MonadEditor(..)
, pushWinToFirstE
, putEditorDyn
, searchDirectionA
, setDividerPosE
, setRegE
, setStatus
, shiftOtherWindow
, splitE
, statusLine
, statusLineInfo
, statusLinesA
, stringToNewBuffer
Expand Down

0 comments on commit d2986c3

Please sign in to comment.