Home
last modified time | relevance | path

Searched refs:cpp (Results 1 – 25 of 98) sorted by relevance

1234

/vim-8.2.3635/runtime/syntax/
H A Dxpm.vim27 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 Dxpm2.vim31 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 Drst.vim187 " \ 'cpp': ['cpp', 'c++'],
192 " .. code:: cpp
205 \ 'cpp': ['cpp', 'c++'],
H A Dcpp.vim3 " 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 Darduino.vim26 so <sfile>:p:h/cpp.vim
28 runtime! syntax/cpp.vim
H A Dyacc.vim28 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 Dobjcpp.vim13 runtime! syntax/cpp.vim
H A Dch.vim6 " Created based on cpp.vim
H A Dcabal.vim25 " V1.2: Added cpp-options which was missing. Feature implemented
97 \ cpp-options
H A Dlex.vim14 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 DVisVim.mak115 {.}.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 DVsReadMe.txt27 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 Dc.vim51 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 Dpyrex.vim22 \ "C++ Source Files (*.cpp *.c++)\t*.cpp;*.c++\n" .
H A Dkwt.vim7 runtime! ftplugin/cpp.vim ftplugin/cpp_*.vim ftplugin/cpp/*.vim
H A Dch.vim6 " Created based on cpp.vim
/vim-8.2.3635/src/GvimExt/
H A DMakefile86 .cpp.obj:
87 $(cc) $(cflags) -DFEAT_GETTEXT $(cvarsmt) $*.cpp
H A DREADME.txt70 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 Dcodeql-analysis.yml26 # Supported options are ['csharp', 'cpp', 'go', 'java', 'javascript', 'python']
27 language: ['cpp', 'python']
/vim-8.2.3635/
H A DFilelist521 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 DREADME.md3 …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 Dxpm.h134 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 Dif_ole.pro1 /* if_ole.cpp */
/vim-8.2.3635/src/
H A DMake_all.mak9 *.cpp \
/vim-8.2.3635/runtime/indent/
H A Dch.vim6 " Created based on cpp.vim

1234