mirror of
https://github.com/neovim/neovim.git
synced 2025-12-15 19:05:40 +00:00
vim-patch:0382f05dbd65
runtime: Set b:undo_indent where missing (vim/vim#12944)
0382f05dbd
Co-authored-by: dkearns <dougkearns@gmail.com>
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
" URL: https://www.2072productions.com/vim/indent/php.vim
|
||||
" Home: https://github.com/2072/PHP-Indenting-for-VIm
|
||||
" Last Change: 2020 Mar 05
|
||||
" 2023 Aug 28 by Vim Project (undo_indent)
|
||||
" Version: 1.70
|
||||
"
|
||||
"
|
||||
@@ -128,7 +129,7 @@ setlocal nolisp
|
||||
setlocal indentexpr=GetPhpIndent()
|
||||
setlocal indentkeys=0{,0},0),0],:,!^F,o,O,e,*<Return>,=?>,=<?,=*/
|
||||
|
||||
|
||||
let b:undo_indent = "setl ai< cin< inde< indk< lisp< si<"
|
||||
|
||||
let s:searchpairflags = 'bWr'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user