We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 100c82d commit f980dcbCopy full SHA for f980dcb
autoload/rails.vim
@@ -305,10 +305,6 @@ function! s:readable_last_format(start) dict abort
305
return ""
306
endfunction
307
308
-function! s:lastformat(start)
309
- return rails#buffer().last_format(a:start)
310
-endfunction
311
-
312
function! s:format(...)
313
let format = rails#buffer().last_format(a:0 > 1 ? a:2 : line("."))
314
return format ==# '' && a:0 ? a:1 : format
0 commit comments