Dotfiles icon indicating copy to clipboard operation
Dotfiles copied to clipboard

undo#ftplugin

Open Konfekt opened this issue 10 months ago • 1 comments

These boilerplates

if exists('b:undo_ftplugin')
  let b:undo_ftplugin .= "|setl cms<"
else
  let b:undo_ftplugin = "setl cms<"
endif

are so ubiquitous that maybe

https://github.com/benknoble/Dotfiles/blob/706dab275cc9d31c168a3aaf7bd992b3131c3983/links/vim/autoload/bk/ftplugin.vim#L11

could be proposed upstream? Maybe even included in C.

Konfekt avatar Apr 18 '25 15:04 Konfekt

Yea! I'll add this to my unfortunately-long todo list 😅

benknoble avatar Apr 18 '25 18:04 benknoble

I've opened https://github.com/vim/vim/discussions/17353

benknoble avatar May 21 '25 13:05 benknoble