summaryrefslogtreecommitdiff
path: root/src/proto
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.0516: client-server code is spread outv8.2.0516Bram Moolenaar2020-04-052-4/+16
* patch 8.2.0514: several global functions are used in only one filev8.2.0514Bram Moolenaar2020-04-055-6/+0
* patch 8.2.0502: Vim9: some code is not testedv8.2.0502Bram Moolenaar2020-04-021-1/+2
* patch 8.2.0493: Vim9: some error messages not testedv8.2.0493Bram Moolenaar2020-04-011-0/+1
* patch 8.2.0468: GUI: pixel dust with some fonts and charactersv8.2.0468Bram Moolenaar2020-03-281-1/+1
* patch 8.2.0464: typos and other small problemsv8.2.0464Bram Moolenaar2020-03-271-1/+1
* patch 8.2.0443: clipboard code is spread outv8.2.0443Bram Moolenaar2020-03-244-37/+42
* patch 8.2.0420: Vim9: cannot interrupt a loop with CTRL-Cv8.2.0420Bram Moolenaar2020-03-201-0/+1
* patch 8.2.0419: various memory leaks in Vim9 script codev8.2.0419Bram Moolenaar2020-03-201-0/+1
* patch 8.2.0385: menu functionality insufficiently testedv8.2.0385Bram Moolenaar2020-03-151-0/+1
* patch 8.2.0368: Vim9: import that redefines local variable does not failv8.2.0368Bram Moolenaar2020-03-092-1/+2
* patch 8.2.0348: Vim9: not all code testedv8.2.0348Bram Moolenaar2020-03-021-1/+0
* patch 8.2.0339: Vim9: function return type may depend on argumentsv8.2.0339Bram Moolenaar2020-03-012-1/+2
* patch 8.2.0334: abort called when using test_void()v8.2.0334Bram Moolenaar2020-02-291-0/+1
* patch 8.2.0320: no Haiku supportv8.2.0320Bram Moolenaar2020-02-261-0/+95
* patch 8.2.0312: Vim9: insufficient script testsv8.2.0312Bram Moolenaar2020-02-231-1/+2
* patch 8.2.0299: Vim9: ISN_STORE with argument not testedv8.2.0299Bram Moolenaar2020-02-221-0/+2
* patch 8.2.0295: highlighting for :s wrong when using different separatorv8.2.0295Bram Moolenaar2020-02-211-1/+1
* patch 8.2.0260: several lines of code are duplicatedv8.2.0260Bram Moolenaar2020-02-151-0/+1
* patch 8.2.0257: cannot recognize a terminal in a popup windowv8.2.0257Bram Moolenaar2020-02-141-0/+2
* patch 8.2.0256: time and timer related code is spread outv8.2.0256Bram Moolenaar2020-02-147-21/+28
* patch 8.2.0250: test_clear_search_pat() is unusedv8.2.0250Bram Moolenaar2020-02-123-3/+0
* patch 8.2.0223: some instructions not yet testedv8.2.0223Bram Moolenaar2020-02-061-1/+1
* patch 8.2.0212: missing search/substitute pattern hardly testedv8.2.0212Bram Moolenaar2020-02-053-0/+3
* patch 8.2.0201: cannot assign to an imported variablev8.2.0201Bram Moolenaar2020-02-031-1/+1
* patch 8.2.0200: Vim9 script commands not sufficiently testedv8.2.0200Bram Moolenaar2020-02-022-0/+2
* patch 8.2.0196: blocking commands for a finished job in a popup windowv8.2.0196Bram Moolenaar2020-02-021-0/+1
* patch 8.2.0194: some commands can cause problems in terminal popupv8.2.0194Bram Moolenaar2020-02-011-1/+1
* patch 8.2.0191: cannot put a terminal in a popup windowv8.2.0191Bram Moolenaar2020-02-012-1/+4
* patch 8.2.0185: Vim9 script: cannot use "if has()" to skip linesv8.2.0185Bram Moolenaar2020-01-311-0/+1
* patch 8.2.0181: problems parsing :term argumentsv8.2.0181Bram Moolenaar2020-01-301-1/+1
* patch 8.2.0149: maintaining a Vim9 branch separately is more workv8.2.0149Bram Moolenaar2020-01-2613-9/+69
* patch 8.2.0148: mapping related function in wrong source filev8.2.0148Bram Moolenaar2020-01-241-1/+0
* patch 8.2.0128: cannot list options one per linev8.2.0128Bram Moolenaar2020-01-181-0/+1
* patch 8.2.0125: :mode no longer works for any systemv8.2.0125Bram Moolenaar2020-01-173-3/+0
* patch 8.2.0111: VAR_SPECIAL is also used for booleansv8.2.0111Bram Moolenaar2020-01-111-1/+1
* patch 8.2.0110: prop_find() is not implementedv8.2.0110Bram Moolenaar2020-01-101-0/+1
* patch 8.2.0087: crash in command line expansion when out of memoryv8.2.0087Bram Moolenaar2020-01-051-1/+0
* patch 8.2.0084: complete item "user_data" can only be a stringv8.2.0084Bram Moolenaar2020-01-041-1/+3
* patch 8.2.0056: execution stack is incomplete and inefficientv8.2.0056Bram Moolenaar2019-12-291-0/+5
* patch 8.2.0044: expression type is used inconsistentlyv8.2.0044Bram Moolenaar2019-12-251-1/+1
* patch 8.2.0013: not using a typedef for condstackv8.2.0013Bram Moolenaar2019-12-161-5/+5
* patch 8.2.0007: popup menu positioned wrong with folding in two tabsv8.2.0007Bram Moolenaar2019-12-141-0/+1
* patch 8.2.0004: get E685 and E931 if buffer reload is interruptedv8.2.0004Bram Moolenaar2019-12-141-1/+1
* patch 8.1.2407: proto files, dependencies and build instructions outdatedv8.1.2407Bram Moolenaar2019-12-076-7/+6
* patch 8.1.2382: MS-Windows: When using VTP bold+inverse doesn't workv8.1.2382Bram Moolenaar2019-12-021-0/+1
* patch 8.1.2350: other text for CTRL-V in Insert mode with modifyOtherKeysv8.1.2350Bram Moolenaar2019-11-263-0/+3
* patch 8.1.2331: the option.c file is still very bigv8.1.2331Bram Moolenaar2019-11-217-9/+9
* patch 8.1.2327: cannot build with Hangul inputv8.1.2327Bram Moolenaar2019-11-211-10/+0
* patch 8.1.2311: warning for missing function prototypev8.1.2311Bram Moolenaar2019-11-161-0/+1