mirror of
https://github.com/rizzatti/dash.vim.git
synced 2026-02-27 18:23:48 +01:00
Update headers
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
Copyright (c) 2013 Zeh Rizzatti
|
||||
Copyright (c) 2013 José Otávio Rizzatti
|
||||
|
||||
MIT License
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 "{{{
|
||||
|
||||
@@ -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 = {}
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user