File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -226,21 +226,6 @@ function! LedgerComplete(findstart, base)
226226 endif
227227endfunction
228228
229- " Deprecated functions
230- let s: deprecated = {
231- \ ' LedgerToggleTransactionState' : ' ledger#transaction_state_toggle' ,
232- \ ' LedgerSetTransactionState' : ' ledger#transaction_state_set' ,
233- \ ' LedgerSetDate' : ' ledger#transaction_date_set'
234- \ }
235-
236- for [s: old , s: new ] in items (s: deprecated )
237- let s: fun = " function! {s:old}(...)\n echohl WarningMsg\n echo '" . s: old .
238- \ ' is deprecated. Use ' .s: new ." instead!'\n echohl None\n " .
239- \ " call call('" . s: new . " ', a:000)\n endfunction"
240- execute s: fun
241- endfor
242- unlet s: old s: new s: fun
243-
244229function ! s: collect_completion_data ()
245230 let transactions = ledger#transactions ()
246231 let cache = {' descriptions' : [], ' tags' : {}, ' accounts' : {}, ' flat_accounts' : []}
You can’t perform that action at this time.
0 commit comments