Do some cleaning using vim-vimlint

Mostly turning global variables into script variables
This commit is contained in:
EinfachToll
2014-02-24 12:16:23 +01:00
parent 81b7ee0327
commit 44436f4581
8 changed files with 130 additions and 137 deletions

View File

@ -714,7 +714,7 @@ function! s:close_tag_list(lists, ldest) "{{{
let item = remove(a:lists, 0)
call insert(a:ldest, item[0])
endwhile
endfunction! "}}}
endfunction "}}}
function! s:close_tag_def_list(deflist, ldest) "{{{
if a:deflist
@ -722,7 +722,7 @@ function! s:close_tag_def_list(deflist, ldest) "{{{
return 0
endif
return a:deflist
endfunction! "}}}
endfunction "}}}
function! s:process_tag_pre(line, pre) "{{{
" pre is the list of [is_in_pre, indent_of_pre]