Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions plugin/DoxygenToolkit.vim
Original file line number Diff line number Diff line change
Expand Up @@ -552,6 +552,9 @@ endfunction
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
function! <SID>DoxygenCommentFunc()

" Prevent autoindent from placing too much indentation when placing spaces in manual configuration
set noautoindent

" Initialize default templates.
" Assure compatibility with Python for classes (cf. endDocPattern).
let l:emptyLinePattern = '^[[:blank:]]*$'
Expand Down Expand Up @@ -839,6 +842,8 @@ function! <SID>DoxygenCommentFunc()
" endfor
"endif

set autoindent

endfunction


Expand Down