I currently use these options for braceless:
let g:braceless_block_key = 'i'
augroup MyBraceless
autocmd!
autocmd User BracelessInit nunmap J
autocmd User BracelessInit iunmap <cr>
autocmd FileType python BracelessEnable +indent
augroup END
Given this python code:
Inserting <cr>and at end of line now gives:
instead of what I would expect:
I'm curious if this is by design or if I am doing something wrong, or if this is a bug.
I currently use these options for braceless:
Given this python code:
Inserting
<cr>andat end of line now gives:instead of what I would expect:
I'm curious if this is by design or if I am doing something wrong, or if this is a bug.