forked from aniani/vim
runtime(asm): missing setlocal in indent plugin (#14658)
Signed-off-by: Marc Sven Schulte <167623652+msschulte@users.noreply.github.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
parent
32d701f51b
commit
2e9b9e9a9e
@ -13,7 +13,7 @@ let b:did_indent = 1
|
||||
setlocal indentexpr=s:getAsmIndent()
|
||||
setlocal indentkeys=<:>,!^F,o,O
|
||||
|
||||
let b:undo_indent = "indentexpr< indentkeys<"
|
||||
let b:undo_indent = "setlocal indentexpr< indentkeys<"
|
||||
|
||||
function! s:getAsmIndent()
|
||||
let line = getline(v:lnum)
|
||||
|
Loading…
x
Reference in New Issue
Block a user