summaryrefslogtreecommitdiff
path: root/src/os_qnx.c
AgeCommit message (Collapse)Author
2016-01-30patch 7.4.1213Bram Moolenaar
Problem: Using old style function declarations. Solution: Change to new style function declarations. (script by Hirohito Higashi)
2014-03-23updated for version 7.4.212Bram Moolenaar
Problem: Now that the +visual feature is always enabled the #ifdefs for it are not useful. Solution: Remove the checks for FEAT_VISUAL.
2011-09-21updated for version 7.3.321Bram Moolenaar
Problem: Code not following Vim style. Solution: Fix the style. (Elias Diem)
2011-06-19updated for version 7.3.221Bram Moolenaar
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.
2005-07-18updated for version 7.0109Bram Moolenaar
2004-06-13updated for version 7.0001Bram Moolenaar