| /vim-8.2.3635/runtime/syntax/ |
| H A D | xpm.vim | 27 let cpp = 0 variable 40 " get the 4th value: cpp = number of character per pixel 41 let cpp = substitute(s, '"\s*\d\+\s\+\d\+\s\+\d\+\s\+\(\d\+\).*"', '\1', '') variable 42 if cpp =~ '[^0-9]' 43 break " if cpp is not made of digits there must be something wrong 57 " get chars = <cpp> length string representing the pixels 59 let chars = substitute(s, '"\(.\{'.cpp.'}\s\).*"', '\1', '') 99 exe 'syn match xpmCol'.n.'inDef /"'.chars.'/hs=s+'.(cpp+1).' contained' 125 unlet color chars colors cpp n i s
|
| H A D | xpm2.vim | 31 let cpp = 0 variable 47 " get the 4th value: cpp = number of character per pixel 48 let cpp = substitute(s, '\s*\d\+\s\+\d\+\s\+\d\+\s\+\(\d\+\).*', '\1', '') variable 49 if cpp =~ '[^0-9]' 50 break " if cpp is not made of digits there must be something wrong 64 " get chars = <cpp> length string representing the pixels 66 let chars = substitute(s, '\(.\{'.cpp.'}\s\+\).*', '\1', '') 110 exe 'syn match xpm2Col'.n.'inDef /^'.chars.'/hs=s+'.(cpp).' contained' 134 unlet color chars colors cpp n i s
|
| H A D | rst.vim | 187 " \ 'cpp': ['cpp', 'c++'], 192 " .. code:: cpp 205 \ 'cpp': ['cpp', 'c++'],
|
| H A D | cpp.vim | 3 " Current Maintainer: vim-jp (https://github.com/vim-jp/vim-cpp) 12 " inform C syntax that the file was included from cpp.vim 127 let b:current_syntax = "cpp"
|
| H A D | arduino.vim | 26 so <sfile>:p:h/cpp.vim 28 runtime! syntax/cpp.vim
|
| H A D | yacc.vim | 28 let s:Cpath= fnameescape(expand("<sfile>:p:h").(exists("g:yacc_uses_cpp")? "/cpp.vim" : "/c.vim")) 30 …for s:Cpath in split(globpath(&rtp,(exists("g:yacc_uses_cpp")? "syntax/cpp.vim" : "syntax/c.vim"))…
|
| H A D | objcpp.vim | 13 runtime! syntax/cpp.vim
|
| H A D | ch.vim | 6 " Created based on cpp.vim
|
| H A D | cabal.vim | 25 " V1.2: Added cpp-options which was missing. Feature implemented 97 \ cpp-options
|
| H A D | lex.vim | 14 let s:Cpath= fnameescape(expand("<sfile>:p:h")."/cpp.vim") 16 for s:Cpath in split(globpath(&rtp,"syntax/cpp.vim"),"\n")
|
| /vim-8.2.3635/src/VisVim/ |
| H A D | VisVim.mak | 115 {.}.cpp{$(CPP_OBJS)}.obj: 125 SOURCE=.\VisVim.cpp 163 SOURCE=.\StdAfx.cpp 178 SOURCE=.\Reg.cpp 185 SOURCE=.\DSAddIn.cpp 192 SOURCE=.\OleAut.cpp 199 SOURCE=.\Commands.cpp
|
| H A D | VsReadMe.txt | 27 VisVim.cpp 61 DSAddIn.cpp, DSAddIn.h 66 Commands.cpp, Commands.h 73 OleAut.cpp 77 Reg.cpp 84 StdAfx.h, StdAfx.cpp
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | c.vim | 51 if &ft == "cpp" 52 let b:browsefilter = "C++ Source Files (*.cpp *.c++)\t*.cpp;*.c++\n" . 65 \ "C++ Source Files (*.cpp *.c++)\t*.cpp;*.c++\n" .
|
| H A D | pyrex.vim | 22 \ "C++ Source Files (*.cpp *.c++)\t*.cpp;*.c++\n" .
|
| H A D | kwt.vim | 7 runtime! ftplugin/cpp.vim ftplugin/cpp_*.vim ftplugin/cpp/*.vim
|
| H A D | ch.vim | 6 " Created based on cpp.vim
|
| /vim-8.2.3635/src/GvimExt/ |
| H A D | Makefile | 86 .cpp.obj: 87 $(cc) $(cflags) -DFEAT_GETTEXT $(cvarsmt) $*.cpp
|
| H A D | README.txt | 70 is gvimext.cpp file. The important two functions you need to look at are 80 gvimext.cpp
|
| /vim-8.2.3635/.github/workflows/ |
| H A D | codeql-analysis.yml | 26 # Supported options are ['csharp', 'cpp', 'go', 'java', 'javascript', 'python'] 27 language: ['cpp', 'python']
|
| /vim-8.2.3635/ |
| H A D | Filelist | 521 src/GvimExt/gvimext.cpp \ 549 src/glbl_ime.cpp \ 551 src/gui_dwrite.cpp \ 555 src/if_ole.cpp \ 590 src/VisVim/Commands.cpp \ 592 src/VisVim/DSAddIn.cpp \ 594 src/VisVim/OleAut.cpp \ 597 src/VisVim/Reg.cpp \ 600 src/VisVim/StdAfx.cpp \ 603 src/VisVim/VisVim.cpp \
|
| H A D | README.md | 3 …ps://img.shields.io/lgtm/grade/cpp/g/vim/vim.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/project…
|
| /vim-8.2.3635/src/xpm/include/ |
| H A D | xpm.h | 134 unsigned int cpp; /* number of characters per pixel */ member 186 unsigned int cpp; /* Specifies the number of char per member
|
| /vim-8.2.3635/src/proto/ |
| H A D | if_ole.pro | 1 /* if_ole.cpp */
|
| /vim-8.2.3635/src/ |
| H A D | Make_all.mak | 9 *.cpp \
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | ch.vim | 6 " Created based on cpp.vim
|