Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
dict etc
  • Loading branch information
lilydjwg committed May 17, 2011
1 parent cfdd7ea commit e63dfa2
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
14 changes: 14 additions & 0 deletions dict/c.txt
Expand Up @@ -91,3 +91,17 @@ gtk_button_new_from_stock
GTK_BUTTON
GTK_ICON_SIZE_SMALL_TOOLBAR
gtk_container_remove
GDK_KEY_Q
cairo_move_to
GSList
g_slist_foreach
cairo_line_to
GFunc
__func__
GTK_MENU
GTK_MENU_SHELL
g_debug
cairo_new_path
cairo_restore
cairo_save
g_warning
3 changes: 3 additions & 0 deletions dict/python.txt
Expand Up @@ -217,3 +217,6 @@ lru_cache
pickleddata
rstrip
namedtuple
logging
unicodedata
OverflowError
2 changes: 2 additions & 0 deletions snippets/html.snippets
Expand Up @@ -29,6 +29,8 @@ snippet en
<span lang="en">${1:}</span>${2}
snippet a
<a href="${1}" title="${2}">${3}</a>${4}
snippet link
<a href="`@*`">`system('getTitle '''.@*.'''')`</a>
snippet img
<img src="${1}" title="${2:}" alt="$2" />${3}
snippet code
Expand Down
1 change: 1 addition & 0 deletions syntax/c.vim
Expand Up @@ -13,6 +13,7 @@
" 详见 man vim-addons
runtime! syntax/gtk.vim
runtime! syntax/gdk.vim
runtime! syntax/gdkpixbuf.vim
runtime! syntax/gobject.vim
runtime! syntax/glib.vim
runtime! syntax/cairo.vim

0 comments on commit e63dfa2

Please sign in to comment.