summaryrefslogtreecommitdiff
path: root/src/proto/digraph.pro
Commit message (Collapse)AuthorAgeFilesLines
* 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.1.0586: :digraph output is not easy to readv8.1.0586Bram Moolenaar2018-12-141-1/+1
| | | | | | Problem: :digraph output is not easy to read. Solution: Add highlighting for :digraphs. (Marcin Szamotulski, closes #3572) Also add section headers for :digraphs!.
* patch 8.1.0380: "make proto" doesn't work wellv8.1.0380Bram Moolenaar2018-09-131-1/+1
| | | | | | Problem: "make proto" doesn't work well. Solution: Define a few more types for cproto. Update proto files. Fix that workshop didn't build.
* patch 8.0.1553: cannot see what digraph is used to insert a characterv8.0.1553Bram Moolenaar2018-02-271-0/+1
| | | | | Problem: Cannot see what digraph is used to insert a character. Solution: Show the digraph with the "ga" command. (Christian Brabandt)
* patch 8.0.1435: memory leak in test_arabicv8.0.1435Bram Moolenaar2018-01-281-0/+1
| | | | | Problem: Memory leak in test_arabic. Solution: Free the from and to parts. (Christian Brabandt, closes #2569)
* patch 7.4.1133v7.4.1133Bram Moolenaar2016-01-191-7/+7
| | | | | Problem: Generated function prototypes still have __ARGS(). Solution: Generate function prototypes without __ARGS().
* updated for version 7.3.720v7.3.720Bram Moolenaar2012-11-201-1/+1
| | | | | Problem: Proto files are outdated. Solution: Update the newly generated proto files.
* updated for version 7.1aBram Moolenaar2007-05-051-7/+7
|
* updated for version 7.0bBram Moolenaar2006-03-241-7/+7
|
* updated for version 7.0001v7.0001Bram Moolenaar2004-06-131-0/+9