Ticket #16 (closed enhancement: fixed)
Have Vim decide the $STY-file
| Reported by: | mikael | Owned by: | mikael |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.3.4 |
| Component: | boot | Version: | 0.3.3 |
| Keywords: | Cc: |
Description
Instead of randomly generating a name for storing $STY, have Vim explicitly tell lisp.sh what file to store it in. Then:
let styfile=tempname()
exe ":au FileChangedShellPost ".styfile." Limp_initialize(".styfile.")"
:checktime
This would make the bootup process less fragile, while allowing for debugging information directly in lisp.sh
Change History
Note: See
TracTickets for help on using
tickets.