summaryrefslogtreecommitdiff
path: root/src/os_qnx.c
Commit message (Collapse)AuthorAgeFilesLines
* 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.1213v7.4.1213Bram Moolenaar2016-01-301-2/+2
| | | | | | Problem: Using old style function declarations. Solution: Change to new style function declarations. (script by Hirohito Higashi)
* updated for version 7.4.212v7.4.212Bram Moolenaar2014-03-231-4/+0
| | | | | | Problem: Now that the +visual feature is always enabled the #ifdefs for it are not useful. Solution: Remove the checks for FEAT_VISUAL.
* updated for version 7.3.321v7.3.321Bram Moolenaar2011-09-211-34/+34
| | | | | Problem: Code not following Vim style. Solution: Fix the style. (Elias Diem)
* updated for version 7.3.221v7.3.221Bram Moolenaar2011-06-191-1/+1
| | | | | | Problem: Text from the clipboard is sometimes handled as linewise, but not consistently. Solution: Assume the text is linewise when it ends in a CR or NL.
* updated for version 7.0109v7.0109Bram Moolenaar2005-07-181-2/+1
|
* updated for version 7.0001v7.0001Bram Moolenaar2004-06-131-0/+162