doc: Meaningless comment to kick CI from hang

This commit is contained in:
jhlink
2020-07-30 21:54:41 -04:00
parent 84a413350c
commit e2d1e54eb5

View File

@@ -57,7 +57,7 @@ Execute(The astyle callback should support cpp files with option file set):
\ }, \ },
\ ale#fixers#astyle#Fix(bufnr('')) \ ale#fixers#astyle#Fix(bufnr(''))
Execute(The astyle callback should return the correct default values with an option file set): Execute(The astyle callback should return the correct default values with a specified option file):
call ale#test#SetFilename('../c_files/testfile.c') call ale#test#SetFilename('../c_files/testfile.c')
let g:ale_c_astyle_project_options = '.astylerc_c' let g:ale_c_astyle_project_options = '.astylerc_c'
let targetfile = bufname(bufnr('%')) let targetfile = bufname(bufnr('%'))