summaryrefslogtreecommitdiff
path: root/src/gui_at_sb.c
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.1.2380: using old C style commentsv8.1.2380Bram Moolenaar2019-12-011-59/+59
| | | | | Problem: Using old C style comments. Solution: Use // comments where appropriate.
* patch 8.1.0743: giving error messages is not flexiblev8.1.0743Bram Moolenaar2019-01-131-1/+1
| | | | | | | | Problem: Giving error messages is not flexible. Solution: Add semsg(). Change argument from "char_u *" to "char *", also for msg() and get rid of most MSG macros. (Ozaki Kiichi, closes #3302) Also make emsg() accept a "char *" argument. Get rid of an enormous number of type casts.
* patch 8.0.1688: some macros are used without a semicolonv8.0.1688Bram Moolenaar2018-04-101-1/+5
| | | | | | Problem: Some macros are used without a semicolon, causing auto-indent to be wrong. Solution: Use the do-while(0) trick. (Ozaki Kiichi, closes #2729)
* patch 8.0.0367: types in include files may be inconsistentv8.0.0367Bram Moolenaar2017-02-251-1/+2
| | | | | | Problem: If configure defines _LARGE_FILES some include files are included before it is defined. Solution: Include vim.h first. (Sam Thursfield, closes #1508)
* patch 7.4.2293v7.4.2293Bram Moolenaar2016-08-291-1/+1
| | | | | Problem: Modelines in source code are inconsistant. Solution: Use the same line in most files. Add 'noet'. (Naruhiko Nishino)
* patch 7.4.1209v7.4.1209Bram Moolenaar2016-01-301-6/+8
| | | | | Problem: Can't build with Athena. Solution: Fix function declarations.
* patch 7.4.1207v7.4.1207Bram Moolenaar2016-01-301-119/+95
| | | | | | Problem: Using old style function declarations. Solution: Change to new style function declarations. (script by Hirohito Higashi)
* patch 7.4.1201v7.4.1201Bram Moolenaar2016-01-291-21/+21
| | | | | Problem: One more file still using __ARGS. Solution: Remove __ARGS in the last file. (script by Hirohito Higashi)
* Avoid compiler warnings.Bram Moolenaar2010-06-061-3/+3
|
* updated for version 7.2-184v7.2.184Bram Moolenaar2009-05-211-45/+34
|
* updated for version 7.2-055v7.2.055Bram Moolenaar2008-11-281-1/+8
|
* updated for version 7.0001v7.0001Bram Moolenaar2004-06-131-0/+1213