Searched +refs:cpp +refs:edit +refs:buffer (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/vim-55/src/
H A DMake_mvc.mak483 $(OUTDIR)\buffer.obj \
487 $(OUTDIR)\edit.obj \
853 # Generate edit-and-continue debug info when no optimization - allows to
925 GvimExt/gvimext.dll: GvimExt/gvimext.cpp GvimExt/gvimext.rc GvimExt/gvimext.h
932 $(CTAGS) *.c *.cpp *.h if_perl.xs proto\*.pro
986 # Create a default rule for transforming .cpp files to .obj files in $(OUTDIR)
989 .cpp{$(OUTDIR)/}.obj:
991 .cpp{$(OUTDIR)/}.obj::
997 $(OUTDIR)/buffer.obj: $(OUTDIR) buffer
[all...]
H A DMake_ivc.mak214 "$(INTDIR)/buffer.obj" \
218 "$(INTDIR)/edit.obj" \
304 GvimExt/gvimext.dll: GvimExt/gvimext.cpp GvimExt/gvimext.rc GvimExt/gvimext.h
312 {.}.cpp{$(INTDIR)/}.obj:
333 SOURCE=.\buffer.c
349 SOURCE=.\edit.c
457 SOURCE=.\if_ole.cpp
465 cl.exe /nologo /MT /W3 /GX /I ".\proto" /D "WIN32" /c /Zi /O2 /D "NDEBUG" /D "FEAT_GUI_W32" /D "FEAT_OLE" /Fd.\oleRel/ /Fo.\oleRel/ /I ".\oleRel" .\if_ole.cpp
476 cl.exe /nologo /MT /W3 /GX /I ".\proto" /D "WIN32" /c /Zi /Od /D "_DEBUG" /D "FEAT_GUI_W32" /D "FEAT_OLE" /Fd.\oleDbg/ /Fo.\oleDbg/ /I ".\oleDbg" .\if_ole.cpp
H A DMake_ming.mak432 $(OUTDIR)/buffer.o \
436 $(OUTDIR)/edit.o \
620 GvimExt/gvimext.dll: GvimExt/gvimext.cpp GvimExt/gvimext.rc GvimExt/gvimext.h
671 $(OUTDIR)/if_ole.o: if_ole.cpp $(INCL)
672 $(CC) $(CFLAGS) -c -o $(OUTDIR)/if_ole.o if_ole.cpp
H A DMakefile13 # Edit this file for adjusting to your system. You should not need to edit any
95 # phase. If possible edit this Makefile, rather than auto/config.mk --
445 # MULTIBYTE - To edit multi-byte characters.
446 # Uncomment this when you want to edit a multibyte language.
634 ### (2) For HP-UX: 9.04 cpp default macro definition table of 128000 bytes
749 # 3. edit auto/config.mk and remove -ldir and -ltermcap from LIBS. It doesn't
754 # 4. edit auto/config.h and add #define USE_TMPNAM
820 # 2) edit auto/config.mk and delete the -lelf entry in the LIBS line
828 # 2) edit auto/config.mk, add -n32 to LDFLAGS
1286 ### e.g. provided by gcc-cpp
[all...]
/macosx-10.10.1/vim-55/runtime/autoload/
H A Dnetrw.vim276 let g:netrw_sort_sequence= '[\/]$,\<core\%(\.\d\+\)\=\>,\.h$,\.c$,\.cpp$,*,\.o$,\.obj$,\.info$,\.swp$,\.bak$,\~$'
278 let g:netrw_sort_sequence= '[\/]$,\.h$,\.c$,\.cpp$,*,\.o$,\.obj$,\.info$,\.swp$,\.bak$,\~$'
983 " if the file is [No Name], and one attempts to Nwrite it, the buffer takes
1119 " remove enew buffer (quietly)
1183 " remove enew buffer (quietly)
1240 " remove enew buffer (quietly)
1349 " readcmd == %r : replace buffer with newly read file
1350 " == 0r : read file at top of buffer
1352 " == t : leave file in temporary form (ie. don't read into buffer)
1373 " get file into buffer
[all...]

Completed in 125 milliseconds