summaryrefslogtreecommitdiff
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.2490: 'wrap' option is always reset when starting diff modev8.2.2490Bram Moolenaar2021-02-102-2/+4
* patch 8.2.2468: not easy to get the full command name from a shortened onev8.2.2468Bram Moolenaar2021-02-062-0/+17
* patch 8.2.2455: Vim9: key type for literal dict and indexing is inconsistentv8.2.2455Bram Moolenaar2021-02-031-0/+6
* patch 8.2.2454: leading space can not be made visiblev8.2.2454Bram Moolenaar2021-02-031-0/+4
* patch 8.2.2449: Vim9: flatten() always changes the list typev8.2.2449Bram Moolenaar2021-02-012-1/+10
* patch 8.2.2440: documentation based on patches is outdatedv8.2.2440Bram Moolenaar2021-01-316-155/+17
* patch 8.2.2435: setline() gives an error for some typesv8.2.2435Bram Moolenaar2021-01-311-4/+7
* patch 8.2.2415: no way to check for the cmdwin featurev8.2.2415Bram Moolenaar2021-01-261-1/+1
* Update runtime files.Bram Moolenaar2021-01-2531-134/+474
* patch 8.2.2402: some filetypes not detectedv8.2.2402Bram Moolenaar2021-01-241-6/+16
* patch 8.2.2400: Vim9: compiled functions are not profiledv8.2.2400Bram Moolenaar2021-01-241-7/+13
* patch 8.2.2392: fennel filetype not recognizedv8.2.2392Bram Moolenaar2021-01-222-0/+7
* patch 8.2.2388: no easy way to get the maximum or mininum number valuev8.2.2388Bram Moolenaar2021-01-211-1/+7
* patch 8.2.2384: turtle filetype not recognizedv8.2.2384Bram Moolenaar2021-01-211-2/+7
* Update runtime files.Bram Moolenaar2021-01-1817-116/+150
* patch 8.2.2366: when using ":sleep" the cursor is always displayedv8.2.2366Bram Moolenaar2021-01-162-2/+4
* patch 8.2.2353: spartql files are not detectedv8.2.2353Bram Moolenaar2021-01-151-0/+3
* patch 8.2.2345: no focus events in a terminalv8.2.2345Bram Moolenaar2021-01-141-0/+14
* patch 8.2.2344: using inclusive index for slice is not always desiredv8.2.2344Bram Moolenaar2021-01-132-0/+23
* patch 8.2.2343: Vim9: return type of readfile() is anyv8.2.2343Bram Moolenaar2021-01-132-4/+18
* patch 8.2.2339: cannot get the type of a value as a stringv8.2.2339Bram Moolenaar2021-01-122-2/+12
* patch 8.2.2336: Vim9: not possible to extend dictionary with different typev8.2.2336Bram Moolenaar2021-01-122-0/+12
* patch 8.2.2334: Pascal-like filetypes not always detectedv8.2.2334Bram Moolenaar2021-01-123-3/+28
* Update runtime files.Bram Moolenaar2021-01-1123-161/+479
* patch 8.2.2324: not easy to get mark en cursor posotion by character countv8.2.2324Bram Moolenaar2021-01-102-29/+126
* patch 8.2.2296: cannot use CTRL-N and CTRL-P in a popup menuv8.2.2296Bram Moolenaar2021-01-041-2/+2
* patch 8.2.2291: Vim9: cannot use "null" for v:nullv8.2.2291Bram Moolenaar2021-01-031-6/+6
* patch 8.2.2280: fuzzy matching doesn't give access to the scoresv8.2.2280Bram Moolenaar2021-01-021-8/+8
* Update runtime files.Bram Moolenaar2021-01-0231-184/+704
* patch 8.2.2258: not all OCaml related files are detectedv8.2.2258Bram Moolenaar2021-01-011-2/+11
* patch 8.2.2246: cursor keys not recognized at the hit-Enter promptv8.2.2246Bram Moolenaar2020-12-291-0/+4
* patch 8.2.2239: Vim9: concatenating lines with backslash is inconvenientv8.2.2239Bram Moolenaar2020-12-281-12/+23
* patch 8.2.2236: 'scroll' option can change when setting the statuslinev8.2.2236Bram Moolenaar2020-12-281-1/+3
* patch 8.2.2233: cannot convert a byte index into a character indexv8.2.2233Bram Moolenaar2020-12-282-0/+28
* patch 8.2.2223: Vim9: Reloading marks a :def function as deletedv8.2.2223Bram Moolenaar2020-12-261-17/+0
* patch 8.2.2222: Vim9: cannot keep script variables when reloadingv8.2.2222Bram Moolenaar2020-12-261-10/+60
* patch 8.2.2204: Vim9: using -> both for method and lambda is confusingv8.2.2204Bram Moolenaar2020-12-241-10/+36
* patch 8.2.2203: Moodle gift files are not recognizedv8.2.2203Bram Moolenaar2020-12-241-0/+3
* Update runtime files.Bram Moolenaar2020-12-2326-142/+241
* patch 8.2.2128: there is no way to do something on CTRL-Zv8.2.2128Bram Moolenaar2020-12-111-0/+14
* Update runtime files.Bram Moolenaar2020-12-1017-95/+146
* patch 8.2.2106: TOML files are not recognizedv8.2.2106Bram Moolenaar2020-12-071-0/+3
* patch 8.2.2090: Vim9: dict does not accept a key in quotesv8.2.2090Bram Moolenaar2020-12-041-8/+14
* patch 8.2.2085: Qt translation file is recognized as typescriptv8.2.2085Bram Moolenaar2020-12-031-2/+7
* patch 8.2.2070: can't get the exit value in VimLeave(Pre) autocommandsv8.2.2070Bram Moolenaar2020-11-302-0/+9
* Update runtime filesBram Moolenaar2020-11-2927-142/+11609
* patch 8.2.2041: haskell filetype not optimally recognizedv8.2.2041Bram Moolenaar2020-11-241-7/+1
* patch 8.2.2032: cabalconfig and cabalproject filetypes not recognizedv8.2.2032Bram Moolenaar2020-11-221-2/+13
* Update runtime filesBram Moolenaar2020-11-2120-103/+194
* patch 8.2.2015: Vim9: literal dict #{} is not like any other languagev8.2.2015Bram Moolenaar2020-11-191-5/+24