mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-06 20:54:26 +08:00
Fix function name
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
" Author: w0rp <devw0rp@gmail.com>
|
" Author: w0rp <devw0rp@gmail.com>
|
||||||
" Description: Generic functions for fixing files with.
|
" Description: Generic functions for fixing files with.
|
||||||
|
|
||||||
function! ale#fix#generic#RemoveTrailingBlankLines(buffer, lines) abort
|
function! ale#fixers#generic#RemoveTrailingBlankLines(buffer, lines) abort
|
||||||
let l:end_index = len(a:lines) - 1
|
let l:end_index = len(a:lines) - 1
|
||||||
|
|
||||||
while l:end_index > 0 && empty(a:lines[l:end_index])
|
while l:end_index > 0 && empty(a:lines[l:end_index])
|
||||||
|
|||||||
Reference in New Issue
Block a user