Skip to content

Conversation

lambdalisue
Copy link
Contributor

gist#list_recursively(user, [use_cache: 1], [limit: -1], [verbose: 1])

Load gists recursively when there are several pages.

unite-gist で自分の持っているすべての gist をフィルタしたかったので、まずこちらに上記関数を追加しました。

gist#list_recursively(user, [use_cache: 1], [limit: -1], [verbose: 1])

Load gists recursively when there are several pages.
lambdalisue added a commit to lambdalisue/unite-gist that referenced this pull request Jun 12, 2014
If `g:unite_gist_recursive_loading` is 1, it use
`gist#list_recursively` instead of `gist#list`.

See: mattn/vim-gist#158
@mattn
Copy link
Owner

mattn commented Jun 12, 2014

こちらについては少し時間を下さい。
私のgistはかなり多いですが、それでも耐えられるか確認したいです。

@lambdalisue
Copy link
Contributor Author

了解です。ちなみにですが、読み込み制限機能やファイルキャッシュなど付けたかったのですが、僕の技量では簡単に出来そうになかったのでいまの形でリクエストさせてもらっています。

@mattn
Copy link
Owner

mattn commented Jul 9, 2014

有用と思われる方がいらっしゃるならば、マージする意義はあるかと思いました。
ありがとうございました。

mattn added a commit that referenced this pull request Jul 9, 2014
Add recursive loading to see ALL gists the user have.
@mattn mattn merged commit 802dc50 into mattn:master Jul 9, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants