Skip to content

Commit

Permalink
fix back terminal buffer bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylvain DOIGNON committed Aug 2, 2019
1 parent d5a04d1 commit 91e8547
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,10 @@ The file is **heavily** commented. You're welcome to open, read and change what

## Changelog

### 1.5.1

- Fix a bug where the terminal back buffer was mangled after exiting Vim

### 1.5

- Change the terminal title to the current edited file
Expand Down
1 change: 0 additions & 1 deletion vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,6 @@ function! ChangeAccentColor()
execute 'hi TabLineSel ctermfg=0 cterm=bold ctermbg=' . accentColor
execute 'hi TabLine ctermbg=0 ctermfg=' . accentColor
execute 'hi CursorLineNr ctermfg=' . accentColor . ' guifg=' . accentColorGui
redraw
return ''
endfunction
function! ReadOnly()
Expand Down

0 comments on commit 91e8547

Please sign in to comment.