Skip to content

Commit 9d7b073

Browse files
committed
vim 8.2.3524 compatibility
1 parent 1c5ff7c commit 9d7b073

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

autoload/taberian.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function! s:winbar_width(tabs)
2121
endfunction
2222

2323
function! s:underscored(str)
24-
return a:str->str2list()->map({_, val -> list2str([val, 818])})->join('')
24+
return a:str->str2list()->map({_, val -> list2str([val, 0x0332])})->join('')
2525
endfunction
2626

2727
function! s:bufname(bufnr)

doc/taberian.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Author: Sergey Vlasov <sergey@vlasov.me>
44
Licence: Vim licence, see |license|
55
Site: https://github.com/noscript/taberian.vim
6-
Version: 0.1
6+
Version: 0.3
77

88
================================================================================
99
CONTENTS *taberian-contents*

plugin/taberian.vim

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ if exists("g:taberian_loaded")
33
endif
44
const g:taberian_loaded = v:true
55

6+
let &guiligatures = list2str(range(32, 126))
7+
68
augroup Taberian
79
autocmd!
810
autocmd WinEnter,BufEnter,VimResized,SessionLoadPost * call taberian#render_all_windows()

0 commit comments

Comments
 (0)