Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 83b48fe

Browse filesBrowse files
committed
Fix
1 parent 961a7da commit 83b48fe
Copy full SHA for 83b48fe

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎plugin/cider.vim

Copy file name to clipboardExpand all lines: plugin/cider.vim
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ endfunction
7171
"
7272

7373
function! s:formatop_impl(type) abort
74-
let expr = fireplace#opfunc(a:type)
74+
let expr = s:opfunc(a:type)
7575
" Remove additional newlines from start of expression
7676
let res = fireplace#message({'op': 'format-code', 'code': substitute(expr, '^\n\+', '', '')})
7777
" Remove additional spaces from start of the first line as code is
@@ -116,7 +116,7 @@ function! s:init_refactor_nrepl() abort
116116
endfunction
117117

118118
function! s:clean_ns() abort
119-
call s:initRefactorNrepl()
119+
call s:init_refactor_nrepl()
120120

121121
" FIXME: Moves cursor
122122

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.