-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
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 ENDGiven this python code:
if (test == 0Inserting <cr>and at end of line now gives:
if (test == 0 \
andinstead of what I would expect:
if (test == 0
andI'm curious if this is by design or if I am doing something wrong, or if this is a bug.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels