mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
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:
committed by
GitHub
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)
|
||||
|
Reference in New Issue
Block a user