summaryrefslogtreecommitdiffstats
path: root/usr.bin/mg/cmode.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* whitespacejasper2015-09-261-7/+7
* More unifdef cleanup:bcallah2015-03-191-5/+5
* Clean up the includes in mg.bcallah2015-03-191-2/+6
* Change the internal name of the newline function to deconflict with abcallah2015-03-161-2/+2
* Remove a variable that's not really being used.bcallah2015-01-131-7/+1
* Remove unused variable.lum2015-01-021-3/+1
* Don't save the return from getindent() if you don't need it; adjustguenther2014-11-161-4/+4
* Remove a redundant assignment for slashp in findnonblank().bcallah2014-03-311-3/+1
* Allow no-tab-mode to compile. From James Turner.lum2012-05-181-2/+2
* Add missing prototypes and move dired.c to "extensions" in Makefile.lum2011-01-181-1/+2
* change the name displayed by the c-mode on the mode line to "c",sobrado2008-12-171-3/+3
* Expose the undo commands as proper mg functions.kjell2008-09-151-5/+3
* Add compile (c-C c-P) to the c-mode keymap (export from grep.c)kjell2008-06-141-6/+34
* phessler noted that c-mode ignored blinking braces.kjell2008-06-131-2/+17
* c-mode now understands the two most common type of commentskjell2008-06-121-44/+203
* Introduce a basic c-mode to mg.kjell2008-06-121-0/+327