Files
Document-Management-System-…/vendor/scrivo/highlight.php/test/detect/vim/default.txt

18 lines
328 B
Plaintext
Raw Normal View History

2021-04-07 19:25:18 -04:00
if foo > 2 || has("gui_running")
syntax on
set hlsearch
endif
set autoindent
" switch on highlighting
function UnComment(fl, ll)
while idx >= a:ll
let srclines=getline(idx)
let dstlines=substitute(srclines, b:comment, "", "")
call setline(idx, dstlines)
endwhile
endfunction
let conf = {'command': 'git'}