summaryrefslogtreecommitdiff
path: root/src/misc1.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.2127: the indent.c file is a bit bigv8.1.2127Bram Moolenaar2019-10-091-556/+0
* patch 8.1.2096: too many #ifdefsv8.1.2096Bram Moolenaar2019-09-281-6/+1
* patch 8.1.2066: no tests for state()v8.1.2066Bram Moolenaar2019-09-221-1/+1
* patch 8.1.2062: the mouse code is spread outv8.1.2062Bram Moolenaar2019-09-211-44/+6
* patch 8.1.2047: cannot check the current statev8.1.2047Bram Moolenaar2019-09-161-0/+138
* patch 8.1.2021: some global functions can be local to the filev8.1.2021Bram Moolenaar2019-09-101-1/+1
* patch 8.1.1985: code for dealing with paths is spread outv8.1.1985Bram Moolenaar2019-09-041-1676/+236
* patch 8.1.1979: code for handling file names is spread outv8.1.1979Bram Moolenaar2019-09-041-2/+0
* patch 8.1.1897: may free memory twice when out of memoryv8.1.1897Bram Moolenaar2019-08-211-1/+3
* patch 8.1.1891: functions used in one file are globalv8.1.1891Bram Moolenaar2019-08-201-1/+1
* patch 8.1.1887: the +cmdline_compl feature is not in the tiny versionv8.1.1887Bram Moolenaar2019-08-181-11/+5
* patch 8.1.1724: too much overhead checking for CTRL-C while processing textv8.1.1724Bram Moolenaar2019-07-211-5/+1
* patch 8.1.1509: cmdline_row can become negative, causing a crashv8.1.1509Bram Moolenaar2019-06-091-3/+3
* patch 8.1.1393: unnecessary type castsv8.1.1393Bram Moolenaar2019-05-251-2/+2
* patch 8.1.1384: using "int" for alloc() often results in compiler warningsv8.1.1384Bram Moolenaar2019-05-241-6/+6
* patch 8.1.1371: cannot recover from a swap filev8.1.1371Bram Moolenaar2019-05-231-5/+13
* patch 8.1.1359: text property wrong after :substitute with backslashv8.1.1359Bram Moolenaar2019-05-191-1/+1
* patch 8.1.1351: text property wrong after :substitutev8.1.1351Bram Moolenaar2019-05-191-1/+1
* patch 8.1.1343: text properties not adjusted for Visual block mode deletev8.1.1343Bram Moolenaar2019-05-171-2/+9
* patch 8.1.1318: code for text changes is in a "misc" filev8.1.1318Bram Moolenaar2019-05-111-2249/+0
* patch 8.1.1306: Borland support is outdated and doesn't workv8.1.1306Bram Moolenaar2019-05-091-8/+1
* patch 8.1.1143: may pass weird strings to file name expansionv8.1.1143Bram Moolenaar2019-04-101-2/+13
* patch 8.1.1120: cannot easily get directory entry matchesv8.1.1120Bram Moolenaar2019-04-051-0/+3
* patch 8.1.1103: MS-Windows: old API calls are no longer neededv8.1.1103Bram Moolenaar2019-04-021-42/+16
* patch 8.1.1091: MS-Windows: cannot use multi-byte chars in environment varv8.1.1091Bram Moolenaar2019-03-301-44/+47
* patch 8.1.1086: too many curly bracesv8.1.1086Bram Moolenaar2019-03-301-4/+0
* patch 8.1.1011: indent from autoindent not removed from blank linev8.1.1011Bram Moolenaar2019-03-161-2/+0
* patch 8.1.0963: illegal memory access when using 'incsearch'v8.1.0963Bram Moolenaar2019-02-211-0/+5
* patch 8.1.0941: macros for MS-Windows are inconsistentv8.1.0941Bram Moolenaar2019-02-171-9/+9
* patch 8.1.0914: code related to findfile() is spread outv8.1.0914Bram Moolenaar2019-02-131-453/+75
* patch 8.1.0857: indent functionality is not separatedv8.1.0857Bram Moolenaar2019-01-311-4346/+0
* patch 8.1.0826: too many #ifdefsv8.1.0826Bram Moolenaar2019-01-261-16/+1
* patch 8.1.0806: too many #ifdefsv8.1.0806Bram Moolenaar2019-01-241-98/+8
* patch 8.1.0785: depending on the configuration some functions are unusedv8.1.0785Bram Moolenaar2019-01-201-0/+2
* patch 8.1.0779: argument for message functions is inconsistentv8.1.0779Bram Moolenaar2019-01-191-9/+10
* patch 8.1.0770: inconsistent use of ELAPSED_FUNCv8.1.0770Bram Moolenaar2019-01-171-1/+1
* patch 8.1.0743: giving error messages is not flexiblev8.1.0743Bram Moolenaar2019-01-131-7/+7
* patch 8.1.0718: a couple compiler warningsv8.1.0718Bram Moolenaar2019-01-111-5/+7
* patch 8.1.0707: text property columns are not adjusted for changed indentv8.1.0707Bram Moolenaar2019-01-081-6/+11
* patch 8.1.0681: text properties as not adjusted for deleted textv8.1.0681Bram Moolenaar2019-01-021-1/+1
* patch 8.1.0678: text properties as not adjusted for inserted textv8.1.0678Bram Moolenaar2019-01-021-10/+24
* patch 8.1.0671: cursor in the wrong column after auto-formattingv8.1.0671Bram Moolenaar2018-12-311-1/+1
* patch 8.1.0662: needlessly searching for tilde in stringv8.1.0662Bram Moolenaar2018-12-301-1/+1
* patch 8.1.0579: cannot attach properties to textv8.1.0579Bram Moolenaar2018-12-131-9/+21
* patch 8.1.0574: 'commentstring' not used when adding fold marker in Cv8.1.0574Bram Moolenaar2018-12-091-7/+6
* patch 8.1.0570: 'commentstring' not used when adding fold markerv8.1.0570Bram Moolenaar2018-12-071-2/+14
* patch 8.1.0534: MS-Windows installer uses different $HOME than Vimv8.1.0534Bram Moolenaar2018-11-161-0/+2
* patch 8.1.0466: autocmd test failsv8.1.0466Bram Moolenaar2018-10-071-1/+1
* patch 8.1.0443: unnecessary static function prototypesv8.1.0443Bram Moolenaar2018-09-301-50/+1
* patch 8.1.0394: diffs are not always updated correctlyv8.1.0394Bram Moolenaar2018-09-161-1/+6