-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add gnome libraries header file support
- Loading branch information
1 parent
511545d
commit e2a0c24
Showing
3 changed files
with
45 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
" Vim syntax file example | ||
" Put it in ~/.vim/after/syntax/ and tailor to your needs. | ||
|
||
let cairo_deprecated_errors = 1 | ||
let gdkpixbuf_deprecated_errors = 1 | ||
let glib_deprecated_errors = 1 | ||
let gtk3_deprecated_errors = 1 | ||
|
||
runtime! syntax/atk.vim | ||
"runtime! syntax/atspi.vim | ||
runtime! syntax/cairo.vim | ||
runtime! syntax/clutter.vim | ||
"runtime! syntax/colord.vim | ||
"runtime! syntax/dbusglib.vim | ||
"runtime! syntax/evince.vim | ||
"runtime! syntax/fftw3.vim | ||
runtime! syntax/gdkpixbuf.vim | ||
"runtime! syntax/gimp.vim | ||
runtime! syntax/glib.vim | ||
"runtime! syntax/gnomedesktop.vim | ||
runtime! syntax/gobjectintrospection.vim | ||
runtime! syntax/gstreamer.vim | ||
"runtime! syntax/gtk2.vim | ||
runtime! syntax/gtk3.vim | ||
"runtime! syntax/gtkglext.vim | ||
runtime! syntax/gtksourceview.vim | ||
"runtime! syntax/gudev.vim | ||
"runtime! syntax/gusb.vim | ||
"runtime! syntax/jsonglib.vim | ||
"runtime! syntax/libgsf.vim | ||
"runtime! syntax/libnotify.vim | ||
"runtime! syntax/librsvg.vim | ||
"runtime! syntax/libsoup.vim | ||
"runtime! syntax/libunique.vim | ||
"runtime! syntax/libwnck.vim | ||
runtime! syntax/pango.vim | ||
"runtime! syntax/poppler.vim | ||
"runtime! syntax/vte.vim | ||
"runtime! syntax/xlib.vim | ||
|
||
" vim: set ft=vim : |
Submodule vim-gitgutter
added at
b18e23