mirror of
https://github.com/tpope/vim-sensible.git
synced 2025-11-17 07:23:38 -05:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0ce2d843d6 | ||
|
|
3e878abfd6 |
@@ -26,7 +26,7 @@ function! s:MaySet(option) abort
|
||||
silent verbose execute 'setglobal all' a:option . '?'
|
||||
redir END
|
||||
endif
|
||||
return out !~# " \\~[\\/][^\n]*$"
|
||||
return out !~# " \\(\\~[\\/]\\|Lua\\)[^\n]*$"
|
||||
endfunction
|
||||
|
||||
if s:MaySet('backspace')
|
||||
|
||||
Reference in New Issue
Block a user