|
3 | 3 | " Maintainer: Charles E. Campbell, Jr. ([email protected])
|
4 | 4 | " Authors: Charles E. Campbell, Jr. ([email protected] - NOSPAM)
|
5 | 5 | " Sylvain Viart ([email protected])
|
6 |
| -" Version: 8 |
7 |
| -" Date: Jul 26, 2007 |
| 6 | +" Version: 9 |
| 7 | +" Date: Oct 10, 2007 |
8 | 8 | "
|
9 | 9 | " Quick Setup: {{{1
|
10 | 10 | " tar -oxvf DrawIt.tar
|
@@ -49,7 +49,7 @@ set cpo&vim
|
49 | 49 | if !exists("s:saveposn_count")
|
50 | 50 | let s:saveposn_count= 0
|
51 | 51 | endif
|
52 |
| -let g:loaded_DrawIt= "v8" |
| 52 | +let g:loaded_DrawIt= "v9" |
53 | 53 | "DechoTabOn
|
54 | 54 |
|
55 | 55 | " =====================================================================
|
@@ -569,11 +569,12 @@ fun! s:DrawErase()
|
569 | 569 | let b:di_upright_save = b:di_upright
|
570 | 570 | let b:di_upleft_save = b:di_upleft
|
571 | 571 | let b:di_cross_save = b:di_cross
|
572 |
| - call SetDrawIt(' ',' ',' ',' ',' ',' ') |
| 572 | + let b:di_ellipse_save = b:di_ellipse |
| 573 | + call SetDrawIt(' ',' ',' ',' ',' ',' ',' ') |
573 | 574 | else
|
574 | 575 | let b:di_erase= 0
|
575 | 576 | echo "[DrawIt]"
|
576 |
| - call SetDrawIt(b:di_vert_save,b:di_horiz_save,b:di_plus_save,b:di_upleft_save,b:di_upright_save,b:di_cross_save) |
| 577 | + call SetDrawIt(b:di_vert_save,b:di_horiz_save,b:di_plus_save,b:di_upleft_save,b:di_upright_save,b:di_cross_save,b:di_ellipse_save) |
577 | 578 | endif
|
578 | 579 | " call Dret("s:DrawErase")
|
579 | 580 | endfun
|
|
0 commit comments