Skip to content

Commit

Permalink
vim 8.2.3524 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
noscript committed Nov 17, 2021
1 parent 1c5ff7c commit 9d7b073
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion autoload/taberian.vim
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function! s:winbar_width(tabs)
endfunction

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

function! s:bufname(bufnr)
Expand Down
2 changes: 1 addition & 1 deletion doc/taberian.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Author: Sergey Vlasov <sergey@vlasov.me>
Licence: Vim licence, see |license|
Site: https://github.com/noscript/taberian.vim
Version: 0.1
Version: 0.3

================================================================================
CONTENTS *taberian-contents*
Expand Down
2 changes: 2 additions & 0 deletions plugin/taberian.vim
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ if exists("g:taberian_loaded")
endif
const g:taberian_loaded = v:true

let &guiligatures = list2str(range(32, 126))

augroup Taberian
autocmd!
autocmd WinEnter,BufEnter,VimResized,SessionLoadPost * call taberian#render_all_windows()
Expand Down

0 comments on commit 9d7b073

Please sign in to comment.