Skip to content

Commit

Permalink
saving code
Browse files Browse the repository at this point in the history
  • Loading branch information
jayli committed Dec 16, 2023
1 parent be5bf0c commit f5dc8ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/easycomplete/ui.vim
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ function! easycomplete#ui#ApplyMarkdownSyntax(winid)
\ "matchgroup=Conceal end=/\%(``\)\@!`/ containedin=TOP concealends"],"")
let original_filetype = getwinvar(a:winid, "&filetype")
if has("nvim")
let local_filetype = has("nvim-0.10.0-dev") ? "txt" : "help"
let local_filetype = has("nvim-0.9.0") ? "txt" : "help"
let exec_cmd = [
\ "hi helpCommand cterm=underline gui=underline ctermfg=White guifg=White",
\ "silent! syntax clear NewCodeBlock",
Expand Down

0 comments on commit f5dc8ba

Please sign in to comment.