Update headers

This commit is contained in:
José Otávio Rizzatti
2013-03-19 15:39:15 -04:00
parent f3af6ff29c
commit 40f2cccd07
6 changed files with 15 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
Copyright (c) 2013 Zeh Rizzatti
Copyright (c) 2013 José Otávio Rizzatti
MIT License

View File

@@ -1,4 +1,4 @@
" Description: Search Dash.app from vim
" Description: Search Dash.app from Vim
" Author: José Otávio Rizzatti <zehrizzatti@gmail.com>
" License: MIT

View File

@@ -1,3 +1,7 @@
" Description: Search Dash.app from Vim
" Author: José Otávio Rizzatti <zehrizzatti@gmail.com>
" License: MIT
let s:docset = dash#docset#class
let s:plist = funcoo#plist#module
let s:profile = dash#profile#class

View File

@@ -1,3 +1,7 @@
" Description: Search Dash.app from Vim
" Author: José Otávio Rizzatti <zehrizzatti@gmail.com>
" License: MIT
let s:class = funcoo#object#class.extend()
function! s:class.sort(left, right) dict abort "{{{

View File

@@ -1,3 +1,7 @@
" Description: Search Dash.app from Vim
" Author: José Otávio Rizzatti <zehrizzatti@gmail.com>
" License: MIT
let s:class = funcoo#object#class.extend()
let s:proto = {}

View File

@@ -1,4 +1,4 @@
" Description: Search Dash.app from vim
" Description: Search Dash.app from Vim
" Author: José Otávio Rizzatti <zehrizzatti@gmail.com>
" License: MIT