Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 1.21 KB

TODO.md

File metadata and controls

12 lines (7 loc) · 1.21 KB

To-do list

  • Test the shell.dll library on as many configurations as possible! (different Windows versions, 32 vs. 64 bit, etc.)

  • Bug: On Windows when I enter full-screen for the 1st time it works and I can leave full-screen. But when I then try to enter full-screen a second time (without changing Vim's window state in any way) then it fails to actually toggle the full-screen state on!
    Update: This might just be a redraw bug in VirtualBox after all?! Vim does switch to full-screen

  • Document how to pass standard input to shell commands using xolox#shell#execute().

  • Replace the temporary file hack with a proper silent popen() implementation?

  • I've announced this plug-in on the vim-dev mailing list but received some criticism. So for future reference: The problem solved by xolox#shell#execute() really does exist, see for example the Syntastic script page which says: "This plugin is currently only recommended for UNIX users. It is functional on Windows, but since the syntax checking plugins shell out, the command window briefly appears whenever one is executed."