Skip to content

Commit

Permalink
fix: fix arguments of writefile
Browse files Browse the repository at this point in the history
  • Loading branch information
kawarimidoll committed Nov 27, 2023
1 parent 5c58c54 commit f150e8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions k.vim
Original file line number Diff line number Diff line change
Expand Up @@ -116,14 +116,14 @@ function! k#initialize(opts = {}) abort
call fnamemodify(s:user_jisyo_path, ':p:h')
\ ->iconv(&encoding, &termencoding)
\ ->mkdir('p')
call writefile(user_jisyo_lines, [
call writefile([
\ ';; フォーマットは以下',
\ ';; yomi /(henkan(;setsumei)?/)+',
\ ';; コメント行は変更しないでください',
\ ';;',
\ ';; okuri-ari entries.',
\ ';; okuri-nasi entries.',
\ ])
\ ], s:user_jisyo_path)
endif

" 変換辞書
Expand Down

0 comments on commit f150e8a

Please sign in to comment.