comparison src/README.md @ 18135:1868ec23360e v8.1.2062

patch 8.1.2062: the mouse code is spread out Commit: https://github.com/vim/vim/commit/b20b9e14ddd8db111e886ad0494e15b955159426 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 21 20:48:04 2019 +0200 patch 8.1.2062: the mouse code is spread out Problem: The mouse code is spread out. Solution: Move all the mouse code to mouse.c. (Yegappan Lakshmanan, closes #4959)
author Bram Moolenaar <Bram@vim.org>
date Sat, 21 Sep 2019 21:00:07 +0200
parents 2a806e3c39f6
children f57481564f2c
comparison
equal deleted inserted replaced
18134:c06a2bc8144f 18135:1868ec23360e
52 mbyte.c | multi-byte character handling 52 mbyte.c | multi-byte character handling
53 memfile.c | storing lines for buffers in a swapfile 53 memfile.c | storing lines for buffers in a swapfile
54 memline.c | storing lines for buffers in memory 54 memline.c | storing lines for buffers in memory
55 menu.c | menus 55 menu.c | menus
56 message.c | (error) messages 56 message.c | (error) messages
57 mouse.c | handling the mouse
57 ops.c | handling operators ("d", "y", "p") 58 ops.c | handling operators ("d", "y", "p")
58 option.c | options 59 option.c | options
59 optionstr.c | handling string options 60 optionstr.c | handling string options
60 popupmnu.c | popup menu 61 popupmnu.c | popup menu
61 popupwin.c | popup window 62 popupwin.c | popup window
62 profiler.c | vim script profiler 63 profiler.c | vim script profiler
63 quickfix.c | quickfix commands (":make", ":cn") 64 quickfix.c | quickfix commands (":make", ":cn")
64 regexp.c | pattern matching 65 regexp.c | pattern matching
65 scriptfile.c | runtime directory handling and sourcing scripts 66 scriptfile.c | runtime directory handling and sourcing scripts
66 screen.c | updating the windows 67 screen.c | lower level screen functions
67 search.c | pattern searching 68 search.c | pattern searching
68 session.c | sessions and views 69 session.c | sessions and views
69 sign.c | signs 70 sign.c | signs
70 spell.c | spell checking 71 spell.c | spell checking
71 syntax.c | syntax and other highlighting 72 syntax.c | syntax and other highlighting