Skip to content

Instantly share code, notes, and snippets.

@tyru
Created July 12, 2010 17:16
Show Gist options
  • Save tyru/472752 to your computer and use it in GitHub Desktop.
Save tyru/472752 to your computer and use it in GitHub Desktop.
Have a look at *-addon-info.txt files. They contain a key which lists the dependencies.
Vim is great. But it lacks some Emacs like features - such as debugging, interactive shells,
nice languages which let's you implement real features. Eg if you browse C-code and see Eclipse highlighting #ifdef code blocks which are ignored you stark liking that while knowing that Vim probably will never have that feature - because that required implementing a C/C++ parser. Hacking Vim would take too much time for an individual. Sometimes I feel the Vim community should try hiring Bram full time to continue work on the editor.
I noticed that you have some Vim plugins on github as well. Let me know if you want them added to vim-addon-manager-known-repositories
I talked to the author of neocomplcache last year on lingr. However I prefer irc in general
If you encounter any trouble let me know. I'll try to fix it then. Everything is laziy - That means I do as much as I have to satisfy my needs.
依存関係については*-addon-info.txtに記してあるので見てほしい。
Vimはすばらしい。ただいくつかEmacs風な機能が欠けている - デバッグ, 対話的なシェル, それらの機能を実装したいと思わせるような言語(訳注:複数形?)。
もしCのコードを見るとして、Eclipseの#ifdefブロックのハイライトを見てごらん - Vimの飾りっ気のないそれに慣れてる間は多分知ることがない
なぜならそれにはC/C++パーサが必要だからだ。
Vimをハックするには一個人としては時間をとりすぎる。
ときどき私はVimコミュニティはVimにフルタイムでかかりっきりになってもらうためにBramを雇うべきだと感じるよ。
ところで君もいくつかのVimプラグインをgithub上に置いてるみたいだけど、
もしvim-addon-manager-known-repositoriesに加えたければ知らせてほしい。
去年lingrでneocomplcacheの作者と話をしたけど、やっぱり自分はIRCがいいな。
もし(vim-addon-managerの)何かのトラブルに遭遇したら知らせてくれ。直すから。
全ては遅延処理 - ようするに自分のニーズを満たす程度にするよってことさ。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment