✏️ 正在编辑: gdb.vim
路径:
/usr/share/vim/vim80/ftplugin/gdb.vim
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
" Vim filetype plugin file " Language: gdb " Maintainer: Michaël Peeters <NOSPAMm.vim@noekeon.org> " Last Changed: 26 Oct 2017 if exists("b:did_ftplugin") | finish | endif let b:did_ftplugin = 1 setlocal commentstring=#%s " Undo the stuff we changed. let b:undo_ftplugin = "setlocal cms<"
💾 保存文件
← 返回文件管理器