update inbox list
This commit is contained in:
17
vendor/scrivo/highlight.php/test/detect/vim/default.txt
vendored
Normal file
17
vendor/scrivo/highlight.php/test/detect/vim/default.txt
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
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'}
|
||||
Reference in New Issue
Block a user