| View previous topic :: View next topic |
| Author |
Message |
dmaon
Joined: 29 Nov 2006 Posts: 14
|
Posted: Wed Dec 06, 2006 5:28 pm Post subject: Status line not updated after set_editor_option("ModeIn |
|
|
| In a macro if I use "set_editor_option("ModeInsert",ins)" the status line is not updated i.e. the Insert mode status in the line is left as it was although the insert mode is changed as requested |
|
| Back to top |
|
 |
jussij Site Admin
Joined: 13 Aug 2004 Posts: 1960
|
Posted: Wed Dec 06, 2006 10:27 pm Post subject: |
|
|
| Quote: | | In a macro if I use "set_editor_option("ModeInsert",ins)" the status line is not updated |
That's a good pick up. I get that fixed in the next patch.
In the mean time you can also use the InsertModeSet, InsertModeReset keyboard functions to achieve the required result
Cheers Jussi |
|
| Back to top |
|
 |
jussij Site Admin
Joined: 13 Aug 2004 Posts: 1960
|
|
| Back to top |
|
 |
|