remove } from indk
This commit is contained in:
parent
58d3843ef1
commit
3ffa41df09
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ if !exists('g:idris_indent_do')
|
||||||
endif
|
endif
|
||||||
|
|
||||||
setlocal indentexpr=GetIdrisIndent()
|
setlocal indentexpr=GetIdrisIndent()
|
||||||
setlocal indentkeys=!^F,o,O,}
|
setlocal indentkeys=!^F,o,O
|
||||||
|
|
||||||
function! GetIdrisIndent()
|
function! GetIdrisIndent()
|
||||||
let prevline = getline(v:lnum - 1)
|
let prevline = getline(v:lnum - 1)
|
||||||
|
|
Loading…
Add table
Reference in a new issue