remove } from indk

This commit is contained in:
rhiannon morris 2021-12-28 09:56:16 +01:00
parent 58d3843ef1
commit 3ffa41df09
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ if !exists('g:idris_indent_do')
endif
setlocal indentexpr=GetIdrisIndent()
setlocal indentkeys=!^F,o,O,}
setlocal indentkeys=!^F,o,O
function! GetIdrisIndent()
let prevline = getline(v:lnum - 1)