📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 08:19:58
📂
/ (Root)
/
usr
/
share
/
vim
/
vim80
/
indent
📍 /usr/share/vim/vim80/indent
🔄 Refresh
✏️
Editing: cpp.vim
Read Only
" Vim indent file " Language: C++ " Maintainer: Bram Moolenaar <Bram@vim.org> " Last Change: 2008 Nov 29 " Only load this indent file when no other was loaded. if exists("b:did_indent") finish endif let b:did_indent = 1 " C++ indenting is built-in, thus this is very simple setlocal cindent let b:undo_indent = "setl cin<"
💾 Save Changes
❌ Cancel