#
Vimgdb install
Http://clewn.sourceforge.net/install.html
#
Plugin of VIM
Taglist. Vim
Http://www.vim.org/scripts/script.php? Script_id = 1, 273
Csupport
Http://www.vim.org/scripts/script.php? Script_id = 1, 213
Doxygensupport
Http://www.vim.org/scripts/script.php? Script_id = 1, 1955
Yankring. Vim
Http://www.vim.org/scripts/script.php? Script_id = 1, 1234
# Content
Of. vimrc
Let G: vimgdb_debug_file = ""
Colo neon
Set guifont = monospace/8
Set number
Set tabstop = 4
Set softtabstop = 4
Set shiftwidth = 4
Set ignorecase
Set nowrap
Set nobackup
Set cindent
Syntax enable
Map <F2>: Bel 20 vsplit GDB-variables <CR>
Map <F3>: tlist <CR>
Map <F5>: Call GDB ("Run") <CR>
Map <F7>: Run macros/gdb_mappings.vim <CR>
Map <F9>: Call <Sid> breakpoint ("break") <CR>
Map <F10>: Call GDB ("Next") <CR>
Map <F12>: Call GDB ("Step") <CR>
If has ("multi_byte ")
Set encoding = UTF-8
Set termencoding = UTF-8
Set formatoptions + = mm
"Set fencs = UTF-8, GBK, Latin1
Set fencs = UTF-8, cp936, Latin1
If V: lang = ~? '^/(Zh/)/|/(JA/)/|/(Ko /)'
Set ambiwidth = double
Endif
"If has (" Win32 ")
"Source $ vimruntime/delmenu. Vim
"Source $ vimruntime/menu. Vim
"Language messages zh_CN.utf-8
"Endif
"Else
"Echoerr/" sorry, this version of (g) Vim was not compiled with + multi_by
Endif