comparison autoload/gutentags/ctags.vim @ 113:7fd3958a1c0d

ctags: remove trailing blank line
author Ilya Tumaykin <itumaykin@gmail.com>
date Fri, 26 Feb 2016 08:36:26 +0300
parents d645125192aa
children 979fab641f29
comparison
equal deleted inserted replaced
98:d645125192aa 113:7fd3958a1c0d
212 call writefile(l:outlines, l:out_path) 212 call writefile(l:outlines, l:out_path)
213 return l:out_path 213 return l:out_path
214 endfunction 214 endfunction
215 215
216 " }}} 216 " }}}
217