summaryrefslogtreecommitdiffstats
path: root/src/evalwindow.c
AgeCommit message (Collapse)Author
2019-11-30patch 8.1.2371: FEAT_TEXT_PROP is a confusing namev8.1.2371Bram Moolenaar
Problem: FEAT_TEXT_PROP is a confusing name. Solution: Use FEAT_PROP_POPUP. (Naruhiko Nishino, closes #5291)
2019-10-08patch 8.1.2124: ruler is not updated if win_execute() moves cursorv8.1.2124Bram Moolenaar
Problem: Ruler is not updated if win_execute() moves cursor. Solution: Update the status line. (closes #5022)
2019-09-15patch 8.1.2037: can call win_gotoid() in cmdline windowv8.1.2037Bram Moolenaar
Problem: Can call win_gotoid() in cmdline window. Solution: Disallow switching windows. (Yasuhiro Matsumoto, closes #4940)
2019-09-10patch 8.1.2020: it is not easy to change the window layoutv8.1.2020Bram Moolenaar
Problem: It is not easy to change the window layout. Solution: Add win_splitmove(). (Andy Massimino, closes #4561)
2019-09-07patch 8.1.2001: some source files are too bigv8.1.2001Bram Moolenaar
Problem: Some source files are too big. Solution: Move buffer and window related functions to evalbuffer.c and evalwindow.c. (Yegappan Lakshmanan, closes #4898)