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 961a7da commit 83b48feCopy full SHA for 83b48fe
plugin/cider.vim
@@ -71,7 +71,7 @@ endfunction
71
"
72
73
function! s:formatop_impl(type) abort
74
- let expr = fireplace#opfunc(a:type)
+ let expr = s:opfunc(a:type)
75
" Remove additional newlines from start of expression
76
let res = fireplace#message({'op': 'format-code', 'code': substitute(expr, '^\n\+', '', '')})
77
" Remove additional spaces from start of the first line as code is
@@ -116,7 +116,7 @@ function! s:init_refactor_nrepl() abort
116
endfunction
117
118
function! s:clean_ns() abort
119
- call s:initRefactorNrepl()
+ call s:init_refactor_nrepl()
120
121
" FIXME: Moves cursor
122
0 commit comments