Lines Matching refs:c
26 alloc.c | memory management
27 arglist.c | handling argument list
28 autocmd.c | autocommands
29 blob.c | blob data type
30 buffer.c | manipulating buffers (loaded files)
31 bufwrite.c | writing a buffer to file
32 change.c | handling changes to text
33 cindent.c | C and Lisp indentation
34 clientserver.c | client server functionality
35 clipboard.c | handling the clipboard
36 cmdexpand.c | command-line completion
37 cmdhist.c | command-line history
38 debugger.c | vim script debugger
39 diff.c | diff mode (vimdiff)
40 drawline.c | drawing a window line
41 drawscreen.c | drawing the windows
42 eval.c | expression evaluation
43 evalbuffer.c | buffer related built-in functions
44 evalfunc.c | built-in functions
45 evalvars.c | vim variables
46 evalwindow.c | window related built-in functions
47 fileio.c | reading and writing files
48 filepath.c | dealing with file names and paths
49 findfile.c | search for files in 'path'
50 fold.c | folding
51 getchar.c | getting characters and key mapping
52 help.c | vim help related functions
53 highlight.c | syntax highlighting
54 indent.c | text indentation
55 insexpand.c | Insert mode completion
56 locale.c | locale/language handling
57 map.c | mapping and abbreviations
58 mark.c | marks
59 match.c | highlight matching
60 float.c | floating point functions
61 mbyte.c | multi-byte character handling
62 memfile.c | storing lines for buffers in a swapfile
63 memline.c | storing lines for buffers in memory
64 menu.c | menus
65 message.c | (error) messages
66 mouse.c | handling the mouse
67 ops.c | handling operators ("d", "y", "p")
68 option.c | options
69 optionstr.c | handling string options
70 popupmenu.c | popup menu
71 popupwin.c | popup window
72 profiler.c | vim script profiler
73 quickfix.c | quickfix commands (":make", ":cn")
74 regexp.c | pattern matching
75 register.c | handling registers
76 scriptfile.c | runtime directory handling and sourcing scripts
77 screen.c | lower level screen functions
78 search.c | pattern searching
79 session.c | sessions and views
80 sign.c | signs
81 spell.c | spell checking core
82 spellfile.c | spell file handling
83 spellsuggest.c | spell correction suggestions
84 strings.c | string manipulation functions
85 syntax.c | syntax and other highlighting
86 tag.c | tags
87 term.c | terminal handling, termcap codes
88 testing.c | testing: assert and test functions
89 textformat.c | text formatting
90 textobject.c | text objects
91 textprop.c | text properties
92 time.c | time and timer functions
93 typval.c | vim script type/value functions
94 undo.c | undo and redo
95 usercmd.c | user defined commands
96 userfunc.c | user defined functions
97 viminfo.c | viminfo handling
98 window.c | handling split windows
149 [`screen.c`](https://github.com/vim/vim/blob/master/src/screen.c)
182 [`normal.c`](https://github.com/vim/vim/blob/master/src/normal.c)
197 [`option.c`](https://github.com/vim/vim/blob/master/src/option.c),
207 through [`gui.c`](https://github.com/vim/vim/blob/master/src/gui.c).