mirror of
https://github.com/neovim/neovim.git
synced 2026-01-03 09:56:25 +10:00
vim-patch:9d8ef7cc4340
runtime: cleanup :Sman command via the undo_ftplugin mechanism (vim/vim#12967) Regards to @dkearns as noticed in2ac708b5489d8ef7cc43Co-authored-by: Enno <Konfekt@users.noreply.github.com>
This commit is contained in:
@@ -30,7 +30,7 @@ if has('unix') && executable('less')
|
||||
if !exists('b:undo_ftplugin') || empty(b:undo_ftplugin)
|
||||
let b:undo_ftplugin = 'setlocal keywordprg< iskeyword<'
|
||||
else
|
||||
let b:undo_ftplugin .= '| setlocal keywordprg< iskeyword<'
|
||||
let b:undo_ftplugin .= '| setlocal keywordprg< iskeyword< | sil! delc -buffer Sman'
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user