basyura / J6uil.vim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

-- archive -- が重複して表示される

hokorobi opened this issue · comments

-- archive -- の Enter で過去の内容を表示させた後のバッファの先頭に -- archive -- 行が二行表示される。

この辺設定によって表示内容が変わるとめんどくさいんですよね・・・。
view をうまく分離したいところです。

デフォルト以外に設定しているものはありますか?

j6uil の設定でデフォルト以外の値を設定しているものという意味ですよね。

let g:J6uil_display_icon = 1
let g:J6uil_empty_separator = 1

au MyVimrc FileType J6uil call s:J6uil_settings()
function! s:J6uil_settings()
nmap s (J6uil_open_say_buffer)
set norelativenumber
set colorcolumn=15
endfunction

あと

g:lingr_vim_user、g:lingr_vim_password を設定しています。

#14 へ。