diff --git a/autoload/merginal/buffers/historyLog.vim b/autoload/merginal/buffers/historyLog.vim index 497e8eb..3167081 100644 --- a/autoload/merginal/buffers/historyLog.vim +++ b/autoload/merginal/buffers/historyLog.vim @@ -13,7 +13,7 @@ function! s:f.generateHeader() dict abort endfunction function! s:f.generateBody() dict abort - let l:logLines = self.gitLines('log', '--max-count', get(g:, 'merginal_logCommitCount, -1), '--format=%h %aN%n%ci%n%s%n', self.branch) + let l:logLines = self.gitLines('log', '--max-count', get(g:, 'merginal_logCommitCount', -1), '--format=%h %aN%n%ci%n%s%n', self.branch) if empty(l:logLines[len(l:logLines) - 1]) call remove(l:logLines, len(l:logLines) - 1) endif diff --git a/doc/merginal.txt b/doc/merginal.txt index f3cdb96..f03a3dd 100644 --- a/doc/merginal.txt +++ b/doc/merginal.txt @@ -4,7 +4,7 @@ Author: Idan Arye License: Same terms as Vim itself (see |license|) -Version: 2.1.0 +Version: 2.1.0+ INTRODUCTION *merginal*