mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 03:05:11 -07:00
vim-patch:2e9b9e9a9ebf
runtime(asm): missing setlocal in indent plugin (vim/vim#14658)
2e9b9e9a9e
Co-authored-by: Marc Sven Schulte <167623652+msschulte@users.noreply.github.com>
This commit is contained in:
parent
a26c114577
commit
05be00a2d1
@ -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…
Reference in New Issue
Block a user