Skip to content

Commit 8c1c397

Browse files
committed
fix typo
1 parent f659652 commit 8c1c397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/rmarkdown/command.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ function! rmarkdown#command#Command(bang, args)
108108
norm dd
109109
call s:RmarkdownFailure()
110110
else
111-
call s:RmarkdownSuccess(a:band == "!")
111+
call s:RmarkdownSuccess(a:bang == "!")
112112
endif
113113
endif
114114
endfunction

0 commit comments

Comments
 (0)