|
1 | 1 | *vimproc.txt* Asynchronous execution plugin for Vim |
2 | 2 |
|
3 | | -Version: 9.1 |
| 3 | +Version: 9.2 |
4 | 4 | Author : Shougo <Shougo.Matsu at gmail.com> |
5 | 5 | Original Author : Yukihiro Nakadaira <yukihiro.nakadaira at gmail.com> |
6 | 6 | License: MIT license {{{ |
@@ -48,7 +48,7 @@ I'm maintaining it now. Instead of external shell (example: 'shell'), |
48 | 48 | ============================================================================== |
49 | 49 | INSTALL *vimproc-install* |
50 | 50 |
|
51 | | -In first, you get vimproc from git repository. |
| 51 | +In first, you must get vimproc from git repository. |
52 | 52 |
|
53 | 53 | http://github.com/Shougo/vimproc.vim |
54 | 54 |
|
@@ -92,7 +92,8 @@ Mac OS X |
92 | 92 | > |
93 | 93 | $ make |
94 | 94 | < |
95 | | -Note: If you want to build for multiple architectures, you can use $ARCHS and $CC variables. |
| 95 | +Note: If you want to build for multiple architectures, you can use $ARCHS and |
| 96 | +$CC variables. |
96 | 97 |
|
97 | 98 | Build for i386 and x86-64: |
98 | 99 | > |
@@ -379,13 +380,13 @@ VARIABLES *vimproc-variables* |
379 | 380 |
|
380 | 381 | *g:vimproc#dll_path* |
381 | 382 | g:vimproc#dll_path (default |
382 | | - Win32: "$VIMRUNTIME/autoload/vimproc_win32.dll" |
383 | | - Win64: "$VIMRUNTIME/autoload/vimproc_win64.dll" |
384 | | - Cygwin: "$VIMRUNTIME/autoload/vimproc_cygwin.dll" |
385 | | - Mac: "$VIMRUNTIME/autoload/vimproc_mac.so" |
386 | | - Linux32: "$VIMRUNTIME/autoload/vimproc_linux32.so" |
387 | | - Linux64: "$VIMRUNTIME/autoload/vimproc_linux64.so" |
388 | | - Others: "$VIMRUNTIME/autoload/vimproc_unix.so") |
| 383 | + Win32: "$VIMRUNTIME/lib/vimproc_win32.dll" |
| 384 | + Win64: "$VIMRUNTIME/lib/vimproc_win64.dll" |
| 385 | + Cygwin: "$VIMRUNTIME/lib/vimproc_cygwin.dll" |
| 386 | + Mac: "$VIMRUNTIME/lib/vimproc_mac.so" |
| 387 | + Linux32: "$VIMRUNTIME/lib/vimproc_linux32.so" |
| 388 | + Linux64: "$VIMRUNTIME/lib/vimproc_linux64.so" |
| 389 | + Others: "$VIMRUNTIME/lib/vimproc_unix.so") |
389 | 390 | This variable stores a dll name used by vimproc. You must |
390 | 391 | compile this dll file. If this dll does not exist, vimproc |
391 | 392 | will echo error. |
|
0 commit comments