home *** CD-ROM | disk | FTP | other *** search
/ Current Shareware 1994 January / SHAR194.ISO / textedit / vim.zip / TODO < prev    next >
Text File  |  1993-04-08  |  2KB  |  40 lines

  1. Bugs, VI compatibility:
  2.  
  3. Setting the size of the window does not always work as expected.
  4. With quickfix we only get the first 25 errors. How do we get the rest?
  5. The ":cq" command does not always abort the compiler.
  6. When editing multiple files, typing :q twice should exit Vim.
  7.  
  8.  
  9. Further extentions:
  10.  
  11. History stack for . command?
  12. When there are "Too many files", possibility to insert them all (CTRL-A).
  13. Use insert/delete char when terminal supports it.
  14. "edit" option: when off changing the buffer is not possible.
  15. Add "-d null" for editing with a script file without a display.
  16. For MSDOS use memory mapped screen output (ansi.sys not needed).
  17. For MSDOS search for _exrc in the directory where the binary is, instead
  18.     of using $VIM\_exrc.
  19. In insert mode: Remember the characters that were removed with backspace and
  20.     re-insert them one at a time with CTRL-x, all together with CTRL-x.
  21. Add possibility to set a keymap. The code in amiga.c does not work yet.
  22. Add recognition of CR-LF files and correctly write them automatically.
  23. Add to quoting: Center, right-adjust, left-adjust, function (e.g. add).
  24. Add possibility to re-select previously quoted part.
  25.  
  26. From Elvis:
  27. fontchanges recognized "\\fB" etc.
  28. parse error messages from many compilers
  29.  
  30.  
  31. Far future extentions:
  32.  
  33. Option verbose; when on keep the screen uptodate, when off only redisplay when
  34.     input needed.
  35. Remember message line for redraw.
  36. Use disk swap file when editing very large files.
  37. Mode to keep text formatted while inserting/deleting.
  38. Mode to keep C-code formatted (sort of on-line indent)
  39. Option to choose between line wrap and horizontal scrolling
  40.