Skip to content
bartman edited this page Nov 2, 2010 · 6 revisions

Bart's vim hacks

This is a wiki for my fork of "b4winckler's vim":/b4winckler/vim repository, which tracks vim's "upstream hg repo":http://www.vim.org/mercurial.php.

Here is what I am working on...

async fill of a buffer

in scripts, it's sometimes desirable to load output of a program, or shell code, into a buffer. Unfortunately that's not easy to do in vim.

async is my branch that implements the async system() function for vimscript.

Check out the async.txt help page from the sources for more details.

There are also other Pages that have some examples.

Clone this wiki locally