Wednesday, February 23, 2011

Re: Vim Aware File Management?

Funny idea.

It can be done. There exist different ways to track file changes for
Windows (?), linux and mac.

linux: inotify. Maybe install inotifytools to get an idea whether it
would work
mac: never used it. Seems to be called FSevents or such
windows: no idea.

You can find ruby mac, linux implementations here (ruby):
https://github.com/MarcWeber/xrefresh-server (linux branch)

However I'm not sure its worth the effort because this simple VimL code
was enough for me:
https://github.com/MarcWeber/vim-addon-other/commit/5f292af1b3cc84fca4ec81279aab657e2db0f686

This kind of operation is not taking much of my time.

Marc Weber

--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

No comments: