Skip to content

Fix typo in src/po/fr.po #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1,384 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
1384 commits
Select commit Hold shift + click to select a range
b204990
patch 8.2.2400: Vim9: compiled functions are not profiled
brammool Jan 24, 2021
f002a41
patch 8.2.2401: build fails without +profiling feature
brammool Jan 24, 2021
8323cab
patch 8.2.2402: some filetypes not detected
brammool Jan 24, 2021
ced68a0
patch 8.2.2403: Vim9: profiling if/elseif/endif not correct
brammool Jan 24, 2021
107e9ce
patch 8.2.2404: Vim9: profiling try/catch not correct
brammool Jan 24, 2021
4efd994
patch 8.2.2405: Vim9: no need to allow white space before "(" for :def
brammool Jan 24, 2021
c05fe07
patch 8.2.2406: Vim9: profiled :def function leaks memory
brammool Jan 24, 2021
ab55f11
patch 8.2.2407: old jumplist code is never used
brammool Jan 25, 2021
5c829bf
patch 8.2.2408: MinGW: "--preprocessor" flag no longer supported
brammool Jan 25, 2021
e5ea346
patch 8.2.2409: Vim9: profiling only works for one function
brammool Jan 25, 2021
e0e3917
Update runtime files.
brammool Jan 25, 2021
ff0e57f
patch 8.2.2410: build failure without the +profiling feature
brammool Jan 25, 2021
98989a0
patch 8.2.2411: profile test fails on MS-Windows
brammool Jan 26, 2021
ce0370d
patch 8.2.2412: not all fields in "cstack" are initialized
brammool Jan 26, 2021
bb4b93e
patch 8.2.2413: crash when using :all while using a cmdline window
brammool Jan 26, 2021
b7e2670
patch 8.2.2414: using freed memory when closing the cmdline window
brammool Jan 26, 2021
21829c5
patch 8.2.2415: no way to check for the cmdwin feature
brammool Jan 26, 2021
bed72df
patch 8.2.2416: may get stuck in command line window state
brammool Jan 27, 2021
3e492c2
patch 8.2.2417: condition stack values may be used when not set
brammool Jan 27, 2021
2e6cdb9
patch 8.2.2418: color not changed if ModeMsg highlight is set in Inse…
brammool Jan 28, 2021
d697dde
patch 8.2.2419: autocmd test was failing on MS-Windows with GUI
brammool Jan 28, 2021
9a046fd
patch 8.2.2420: too many problems with using all autocommand events
brammool Jan 28, 2021
5ed58c7
patch 8.2.2421: double free when using autocommand with "argdel"
brammool Jan 28, 2021
1d859e2
patch 8.2.2422: crash when deleting with line number out of range
brammool Jan 28, 2021
6101516
patch 8.2.2423: missing error message
brammool Jan 28, 2021
97202d9
patch 8.2.2424: some tests are known to cause an error with ASAN
brammool Jan 28, 2021
df2c298
patch 8.2.2425: cursor on invalid line with range and :substitute
brammool Jan 28, 2021
28976e2
patch 8.2.2426: allowing 'completefunc' to switch windows causes trouble
brammool Jan 29, 2021
3eb6bd9
patch 8.2.2427: can still switch windows for 'completefunc'
brammool Jan 29, 2021
92e5df8
patch 8.2.2428: FocusGained does not work when 'ttymouse' is empty
brammool Jan 30, 2021
59ff640
patch 8.2.2429: :goto does not work correctly with text properties
brammool Jan 30, 2021
f8c6a17
patch 8.2.2430: :vimgrep expands wildcards twice
brammool Jan 30, 2021
ebd211c
patch 8.2.2431: warning for -fno-strength-reduce with Clang 11
brammool Jan 30, 2021
76ab544
patch 8.2.2432: libvterm tests are executed even when libtool doesn't…
brammool Jan 30, 2021
b63f3ca
patch 8.2.2433: opening cmdline window gives error in BufLeave autoco…
brammool Jan 30, 2021
f2b26bc
patch 8.2.2434: Vim9: no error when compiling str2nr() with a number
brammool Jan 30, 2021
3445320
patch 8.2.2435: setline() gives an error for some types
brammool Jan 31, 2021
206c2a6
patch 8.2.2436: Vim9 script test is a bit flaky
brammool Jan 31, 2021
4d8479b
patch 8.2.2437: deprecation warnings with default configuration
brammool Jan 31, 2021
6a12e33
patch 8.2.2438: out of bounds compiler warning
brammool Jan 31, 2021
3d2bb8b
patch 8.2.2439: not easy to figure out what packages to get
brammool Jan 31, 2021
8538867
patch 8.2.2440: documentation based on patches is outdated
brammool Jan 31, 2021
c03f5c6
patch 8.2.2441: Vim9: extend() does not give an error for a type mism…
brammool Jan 31, 2021
f272ae1
patch 8.2.2442: automatic GUI selection does not check for GTK 3
brammool Jan 31, 2021
80ad3e2
patch 8.2.2443: Vim9: no compile time error for wrong str2float argument
brammool Jan 31, 2021
e507ff1
patch 8.2.2444: Vim9: compile error with combination of operator and …
brammool Jan 31, 2021
0346b79
patch 8.2.2445: Vim9: no proper error for lambda missing return type
brammool Jan 31, 2021
5daa911
patch 8.2.2446: setting 'term' empty has different error if compiled …
brammool Feb 1, 2021
f9547eb
patch 8.2.2447: 'foldlevel' not applied to folds restored from session
brammool Feb 1, 2021
9d20daf
patch 8.2.2448: compilation error with Ruby 3.0
brammool Feb 1, 2021
3b69006
patch 8.2.2449: Vim9: flatten() always changes the list type
brammool Feb 1, 2021
7781ebe
patch 8.2.2450: MS-Windows: ADS was not preserved if 'backupcopy' is …
brammool Feb 1, 2021
e7bebc4
patch 8.2.2451: MS-Windows: Extended Attributes not preserved
brammool Feb 1, 2021
d5e8c92
patch 8.2.2452: no completion for the 'filetype' option
brammool Feb 2, 2021
148be9b
patch 8.2.2453: Vim9: a variable name with "->" in the next line does…
brammool Feb 2, 2021
91478ae
patch 8.2.2454: leading space can not be made visible
brammool Feb 3, 2021
2e5910b
patch 8.2.2455: Vim9: key type for literal dict and indexing is incon…
brammool Feb 3, 2021
7b6903f
patch 8.2.2456: Coverity warning for strcpy() into fixed size array
brammool Feb 3, 2021
4dba042
patch 8.2.2457: Coverity warns for memory leak
brammool Feb 3, 2021
0dcd39b
patch 8.2.2458: Coverity warns for :retab using freed memory
brammool Feb 3, 2021
8bead9a
patch 8.2.2459: Coverity reports dead code
brammool Feb 3, 2021
fc1dafa
patch 8.2.2460: Coverity warns for unused value
brammool Feb 3, 2021
fef8064
patch 8.2.2461: Coverity warns for unchecked return value
brammool Feb 3, 2021
2c363a2
patch 8.2.2462: Coverity warns for not checking for fseek() error
brammool Feb 3, 2021
6bcb877
patch 8.2.2463: using :arglocal in an autocommand may use freed memory
brammool Feb 3, 2021
8ab3757
patch 8.2.2464: using freed memory if window closed in autocommand
brammool Feb 3, 2021
92bb83e
patch 8.2.2465: using freed memory in :psearch
brammool Feb 3, 2021
ab65fc7
patch 8.2.2466: max() and min() can give many error messages
brammool Feb 4, 2021
139348f
patch 8.2.2467: script generated by :mkview changes alternate file
brammool Feb 5, 2021
038e09e
patch 8.2.2468: not easy to get the full command name from a shortene…
brammool Feb 6, 2021
f5a5116
patch 8.2.2469: confusing error if :winsize has a wrong argument
brammool Feb 6, 2021
6502643
patch 8.2.2470: popup_getoptions() does not get textprop from other tab
brammool Feb 6, 2021
efa1923
patch 8.2.2471: popup_setoptions() does not set textprop in other tab
brammool Feb 6, 2021
aad5f9d
patch 8.2.2472: crash when using command line window in an autocommand
brammool Feb 6, 2021
8c6951f
patch 8.2.2473: crash when leaving command line window triggers autoc…
brammool Feb 6, 2021
2c7080b
patch 8.2.2474: using freed memory when window is closed by autocommand
brammool Feb 6, 2021
dfc3db7
patch 8.2.2475: autocommand tests hangs on MS-Windows
brammool Feb 6, 2021
983d83f
patch 8.2.2476: using freed memory when splitting window while closin…
brammool Feb 7, 2021
dd07c02
patch 8.2.2477: autocommand tests hang on MS-Windows
brammool Feb 7, 2021
0dc5f60
patch 8.2.2478: MS-Windows: backup files for plugins are loaded
brammool Feb 7, 2021
0038511
patch 8.2.2479: set/getbufline test fails without the job feature
brammool Feb 7, 2021
c3fc75d
patch 8.2.2480: Vim9: some errors for white space do not show context
brammool Feb 7, 2021
4f53b79
patch 8.2.2481: Vim9: confusing error when variable arguments have de…
brammool Feb 7, 2021
a5a1ec1
patch 8.2.2482: build error
brammool Feb 7, 2021
6628b7e
patch 8.2.2483: Vim9: type error for misformed expression
brammool Feb 7, 2021
dee37dc
patch 8.2.2484: Vim9: Cannot use a comment starting with #{
brammool Feb 7, 2021
0123cc1
patch 8.2.2485: when sourcing a script again the script version isn't…
brammool Feb 7, 2021
ba98fb5
patch 8.2.2486: Vim9: some errors for white space do not show context
brammool Feb 7, 2021
4549dad
patch 8.2.2487: terminal shows garbage after double-wide character
brammool Feb 8, 2021
a853089
patch 8.2.2488: json_encode() gives generic argument error
brammool Feb 8, 2021
963ffa0
patch 8.2.2489: current buffer is wrong after deletebufline() fails
brammool Feb 9, 2021
4223d43
patch 8.2.2490: 'wrap' option is always reset when starting diff mode
brammool Feb 10, 2021
82db31c
patch 8.2.2491: popup window for text property may show in first scre…
brammool Feb 10, 2021
b17ec4d
patch 8.2.2492: command line buffer name cannot be translated
brammool Feb 10, 2021
f3fa184
patch 8.2.2493: text property for text left of window shows up
brammool Feb 10, 2021
3ff656f
patch 8.2.2494: ":rviminfo!" clears most of oldfiles
brammool Feb 10, 2021
8f33ebf
patch 8.2.2495: text jumps up and down when moving the cursor
brammool Feb 10, 2021
5202929
patch 8.2.2496: insufficien testing for text jumping fix
brammool Feb 10, 2021
418a29f
patch 8.2.2497: no error when using more than one character for a reg…
brammool Feb 10, 2021
5affc03
patch 8.2.2498: no test for what 8.2.2494 fixes
brammool Feb 11, 2021
3b67804
patch 8.2.2499: "vim -g --version" does not redirect output
brammool Feb 11, 2021
0bcadf1
patch 8.2.2500: build fails without the GUI feature
brammool Feb 11, 2021
f785aa1
patch 8.2.2501: not always clear where an error is reported
brammool Feb 11, 2021
ca753ec
patch 8.2.2502: a few github actions are failing
brammool Feb 12, 2021
d9d7789
patch 8.2.2503: Vim9: a caught error may leave something on the stack
brammool Feb 12, 2021
44ec21c
patch 8.2.2504: Vim9: crash when using an argument from a closure
brammool Feb 12, 2021
31842cd
patch 8.2.2505: Vim9: crash after defining function with invalid retu…
brammool Feb 12, 2021
c150c09
patch 8.2.2506: Vim9: :continue does not work correctly in a :try block
brammool Feb 13, 2021
0fa0967
patch 8.2.2507: github build may fail if Ubuntu 20.04 is used
brammool Feb 13, 2021
942db23
Update runtime files
brammool Feb 13, 2021
a98f8a2
patch 8.2.2508: cannot change the character displayed in non existing…
brammool Feb 13, 2021
8d4be89
patch 8.2.2509: tests fail on s390 build
brammool Feb 13, 2021
10ccfb2
patch 8.2.2510: internal error when popup with mask is zero height or…
brammool Feb 13, 2021
39f3b14
patch 8.2.2511: Vim9: cannot use Vim9 script syntax in some places
brammool Feb 14, 2021
03dfde2
patch 8.2.2512: Vim9: compiling error test sometimes fails
brammool Feb 14, 2021
9979fcd
patch 8.2.2513: Vim9: missing part of :vim9cmd change
brammool Feb 14, 2021
2379f87
patch 8.2.2514: Vim9: build error in tiny version
brammool Feb 14, 2021
6281815
patch 8.2.2515: memory access error when truncating an empty message
brammool Feb 14, 2021
4afa774
patch 8.2.2516: test failure on s390
brammool Feb 14, 2021
7c5b3c0
patch 8.2.2517: Vim9: fix for s390 not tested on other systems
brammool Feb 14, 2021
eed9d46
patch 8.2.2518: 'listchars' should be window-local
brammool Feb 15, 2021
b855430
patch 8.2.2519: Vim9: no reason to keep strange Vi behavior
brammool Feb 15, 2021
04ea7e9
patch 8.2.2520: missing tests for 'listchars'
brammool Feb 16, 2021
333bd56
patch 8.2.2521: some compilers can't handle pointer initialization
brammool Feb 16, 2021
9bbd883
patch 8.2.2522: Beancount filetype not recognized
brammool Feb 17, 2021
c0fcb6e
patch 8.2.2523: Svelte filetype not recognized
brammool Feb 17, 2021
3aca5a6
patch 8.2.2524: cannot change the characters displayed in the foldcolumn
brammool Feb 17, 2021
e0890d6
patch 8.2.2525: Vim9: only local variables checked for a name
brammool Feb 17, 2021
527ed38
patch 8.2.2526: build failure
brammool Feb 17, 2021
0640950
patch 8.2.2527: Vim9: lambda return type is not determined at script …
brammool Feb 17, 2021
c7dac85
patch 8.2.2528: Vim9: crash when compiling lambda fails
brammool Feb 17, 2021
d3f8a9e
patch 8.2.2529: Vim9: Not possible to use legacy and Vim9 script in o…
brammool Feb 17, 2021
12d2653
patch 8.2.2530: Vim9: not enough testing for profiling
brammool Feb 19, 2021
10b9421
patch 8.2.2531: Vim9: the :k command is obscure
brammool Feb 19, 2021
ada1d87
patch 8.2.2532: Vim9: confusing error if :k is used with a range
brammool Feb 20, 2021
5b5ae29
patch 8.2.2533: Vim9: cannot use a range with :unlet
brammool Feb 20, 2021
a1070ea
patch 8.2.2534: missing test coverage
brammool Feb 20, 2021
723ef5d
patch 8.2.2535: MS-Windows: cannot run all vim9 tests
brammool Feb 20, 2021
dc16746
patch 8.2.2536: Coverity complains about unchecked return value
brammool Feb 20, 2021
027c4ab
patch 8.2.2537: Vim9: crash when map() fails
brammool Feb 21, 2021
2157827
patch 8.2.2538: crash when using Python list iterator
brammool Feb 21, 2021
7e82c5f
patch 8.2.2539: Vim9: return from finally block causes a hang
brammool Feb 21, 2021
b4893b8
patch 8.2.2540: Vim9: no error for using script var name for argument
brammool Feb 21, 2021
6bfc475
patch 8.2.2541: popup_create() does not allow boolean for "cursorline"
brammool Feb 21, 2021
41f0895
patch 8.2.2542: highlight of char beyond line end is not correct
brammool Feb 22, 2021
9cb577a
patch 8.2.2543: Vim9: a return inside try/catch does not restore prop…
brammool Feb 22, 2021
bc327cc
patch 8.2.2544: Vim9: error for argument when checking for lambda
brammool Feb 23, 2021
eba13e4
patch 8.2.2545: errors and crash when terminal window is zero height
brammool Feb 23, 2021
21a83bd
patch 8.2.2546: typo in mouse key name
brammool Feb 23, 2021
2c65534
patch 8.2.2547: "%" command not accurate for big files
brammool Feb 23, 2021
7d41410
patch 8.2.2548: May get stuck in the cmdline window using :normal
brammool Feb 23, 2021
1bd3cb2
patch 8.2.2549: crash after using "g:" in a for loop
brammool Feb 24, 2021
0e62a67
patch 8.2.2550: signal stack size is wrong with latest glibc 2.34
brammool Feb 25, 2021
d0bce50
patch 8.2.2551: MS-Windows: colors test file is not installed
brammool Feb 26, 2021
9f646c2
patch 8.2.2552: Vim9: no reason to consider "{{{{{{{{" a command
brammool Feb 26, 2021
0abc6e4
patch 8.2.2553: Vim9: Cannot put "|" after "{"
brammool Feb 26, 2021
9faec4e
Update runtime files.
brammool Feb 27, 2021
0f2a5cc
patch 8.2.2554: Vim9: exporting a final is not tested
brammool Feb 27, 2021
3f1e9f0
patch 8.2.2555: Vim9: missing test for 8.2.2553
brammool Feb 27, 2021
0a84284
patch 8.2.2556: Vim9: :import with "as" not fully supported
brammool Feb 27, 2021
087b5ff
patch 8.2.2557: compiler warning for shadowd variable
brammool Feb 27, 2021
057e84a
patch 8.2.2558: no error if a lambda argument shadows a variable
brammool Feb 28, 2021
3650fd7
patch 8.2.2559: MS-Windows: guifont test fails on Windows XP
brammool Feb 28, 2021
39d4cab
patch 8.2.2560: setting 'winminheigt' does not take tabline into account
brammool Mar 1, 2021
3dc3474
patch 8.2.2561: not all textprop code is covered by tests
brammool Mar 2, 2021
37096af
patch 8.2.2562: GUI: star register changed when 'clipboard is "unname…
brammool Mar 2, 2021
4fa1175
patch 8.2.2563: cannot use multibyte characters for folding in 'fillc…
brammool Mar 3, 2021
51b477f
patch 8.2.2564: focus events end Insert mode if 'esckeys' is not set
brammool Mar 3, 2021
f76ec1e
patch 8.2.2565: Vim9: "..=" not always recognized
brammool Mar 3, 2021
2e2d758
patch 8.2.2566: Vim9: Function name is not recognized
brammool Mar 3, 2021
6c3843c
patch 8.2.2567: Vim9: no error if variable is defined for existing fu…
brammool Mar 4, 2021
6057748
patch 8.2.2568: second time a preview popup is opened highlight is no…
brammool Mar 4, 2021
008bff9
patch 8.2.2569: 'fillchars' "stl" and "stlnc" items must be single byte
brammool Mar 4, 2021
f9a6550
patch 8.2.2570: tests fail when run as root
brammool Mar 5, 2021
8c801b3
patch 8.2.2571: test may leave file behind
brammool Mar 5, 2021
18062fc
patch 8.2.2572: Vim9: crash when getting the types for a legacy function
brammool Mar 5, 2021
a974953
patch 8.2.2573: Vim9: using inalid pointer for error message
brammool Mar 6, 2021
04947cc
patch 8.2.2574: Vim9: crash when calling partial with wrong function
brammool Mar 6, 2021
6914e87
patch 8.2.2575: Vim9: a function name with "->" in the next line does…
brammool Mar 6, 2021
608d78f
patch 8.2.2576: Vim9: defining a :func function checks for white space
brammool Mar 6, 2021
9355ae4
patch 8.2.2577: compiler warning for type conversion
brammool Mar 8, 2021
86c3a21
patch 8.2.2578: Lua cannot handle a passed in lambda
brammool Mar 8, 2021
d00a7fb
patch 8.2.2579: Vim9: crash in garbagecollect after for loop
brammool Mar 8, 2021
e3ffcd9
patch 8.2.2580: Vim9: checking vararg type may be wrong
brammool Mar 8, 2021
37294bd
patch 8.2.2581: Vim9: sourcing Vim9 script triggers a redraw
brammool Mar 10, 2021
ffb7dcd
patch 8.2.2582: Vim9: screendump test fails on MS-Windows
brammool Mar 10, 2021
7ad67d1
patch 8.2.2583: Vim9: cannot compare result of getenv() with null
brammool Mar 10, 2021
d345fb9
patch 8.2.2584: Vim9: type error for assigning "any" to a list
brammool Mar 10, 2021
c23555d
patch 8.2.2585: Vim9: illegal memory access
brammool Mar 10, 2021
f52f060
patch 8.2.2586: process id may be invalid
brammool Mar 10, 2021
6635ae1
patch 8.2.2587: recover test fails on FreeBSD
brammool Mar 10, 2021
23b32a8
patch 8.2.2588: build failure with tiny features
brammool Mar 10, 2021
776b954
patch 8.2.2589: recover test hangs in the GUI
brammool Mar 10, 2021
12bce95
patch 8.2.2590: Vim9: default argument value may cause internal error
brammool Mar 11, 2021
c80f647
patch 8.2.2591: Poke files are not recognized
brammool Mar 12, 2021
6fd367a
patch 8.2.2592: code coverage could be improved
brammool Mar 13, 2021
c8cdf0f
Update runtime files.
brammool Mar 13, 2021
0de8e2d
patch 8.2.2593: list of distributed files is incomplete
brammool Mar 13, 2021
0756f75
patch 8.2.2594: alternate buffer added to session file even when it's…
brammool Mar 13, 2021
9e813b3
patch 8.2.2595: setting 'winminheight' may cause 'lines' to change
brammool Mar 13, 2021
41cd803
patch 8.2.2596: :doautocmd may confuse scripts listening to WinEnter
brammool Mar 13, 2021
cb4e80f
patch 8.2.2597: Vim9: "import * as" does not work at script level
brammool Mar 13, 2021
6508880
patch 8.2.2598: Vim9: :open does not need to be supported
brammool Mar 13, 2021
edba707
patch 8.2.2599: build failure
brammool Mar 13, 2021
93e1cae
patch 8.2.2600: Vim9: crash when putting an unknown type in a dictionary
brammool Mar 13, 2021
6bce585
patch 8.2.2601: memory usage test often fails on FreeBSD
brammool Mar 13, 2021
2e34c34
patch 8.2.2602: Vim9: continue doesn't work if :while is very first c…
brammool Mar 14, 2021
77b10ff
patch 8.2.2603: Vim9: no effect if user command is also a function
brammool Mar 14, 2021
240309c
patch 8.2.2604: GUI-specific command line arguments not tested
brammool Mar 14, 2021
0289a09
patch 8.2.2605: Vim9: string index and slice does not include composi…
brammool Mar 14, 2021
70ce8a1
patch 8.2.2606: strchars() defaults to counting composing characters
brammool Mar 14, 2021
02b4d9b
patch 8.2.2607: strcharpart() cannot include composing characters
brammool Mar 14, 2021
f4fcedc
patch 8.2.2608: character input not fully tested
brammool Mar 15, 2021
3214812
patch 8.2.2609: test disabled on MS-Windows even though it should work
brammool Mar 16, 2021
1e44846
patch 8.2.2610: mouse click test fails when using remote connection
brammool Mar 16, 2021
f8c52e8
patch 8.2.2611: conditions for startup tests are not exactly right
brammool Mar 17, 2021
18b7d86
patch 8.2.2612: col('.') may get outdated column value
brammool Mar 17, 2021
6ccfd99
patch 8.2.2613: new test throws exception
brammool Mar 17, 2021
c970e42
patch 8.2.2614: Vim9: function is deleted while executing
brammool Mar 17, 2021
a4c81be
patch 8.2.2615: test is sourcing the wrong file
brammool Mar 17, 2021
3e19169
patch 8.2.2616: Vim9: if 'cpo' is change in Vim9 script it may be res…
brammool Mar 17, 2021
8863bda
patch 8.2.2617: Vim9: script variable in block not found by function
brammool Mar 17, 2021
3f32788
patch 8.2.2618: Vim9: cannot use a normal list name to store function…
brammool Mar 17, 2021
5f91e74
patch 8.2.2619: Vim9: no test for return type of lambda
brammool Mar 17, 2021
4b3e196
patch 8.2.2620: Vim9: Using #{ for a dictionary gives strange errors
brammool Mar 18, 2021
108cf01
patch 8.2.2621: typval2type() cannot handle recursive structures
brammool Mar 18, 2021
a555e6f
patch 8.2.2622: GTK: error when starting up and -geometry is given
brammool Mar 18, 2021
17709e2
patch 8.2.2623: some tests fail when run as root
brammool Mar 19, 2021
74b99f6
patch 8.2.2624: atom files not recognized
brammool Mar 19, 2021
af12586
patch 8.2.2625: rss files not recognized
brammool Mar 19, 2021
2400143
patch 8.2.2626: GTK3: error when starting up and -geometry is given
brammool Mar 20, 2021
4355894
patch 8.2.2627: no need to check for BSD after checking for not root
brammool Mar 20, 2021
5c7a299
patch 8.2.2628: Vim9: #{ can still be used at the script level
brammool Mar 20, 2021
a0399ef
patch 8.2.2629: Vim9: error for #{{ is not desired
brammool Mar 20, 2021
592f57f
patch 8.2.2630: hard to see where a test gets stuck
brammool Mar 20, 2021
a0c8aea
patch 8.2.2631: commands from winrestcmd() do not always work properly
brammool Mar 20, 2021
c5cf369
patch 8.2.2632: not all command line arguments are tested
brammool Mar 20, 2021
196a1f7
patch 8.2.2633: multi-byte 'fillchars' for folding do not show properly
brammool Mar 21, 2021
f90c855
patch 8.2.2634: 'tagfunc' does not indicate using a pattern
brammool Mar 21, 2021
7a6eaa0
patch 8.2.2635: Vim9: cannot define an inline function
brammool Mar 21, 2021
67da21a
patch 8.2.2636: memory leak when compiling inline function
brammool Mar 21, 2021
09f8b3a
patch 8.2.2637: prop_remove() causes a redraw even when nothing changed
brammool Mar 21, 2021
4c86830
patch 8.2.2638: cannot write a message to the terminal from the GUI
brammool Mar 22, 2021
5ea79a2
patch 8.2.2639: build failure when fsync() is not available
brammool Mar 22, 2021
f138728
patch 8.2.2640: screenstring() returns non-existing composing characters
brammool Mar 22, 2021
2cec027
patch 8.2.2641: display test fails because of lacking redraw
brammool Mar 22, 2021
e98f60a
patch 8.2.2642: Vim9: no clear error for wrong inline function
brammool Mar 22, 2021
1f448d9
patch 8.2.2643: various code not covered by tests
brammool Mar 22, 2021
da1dbed
patch 8.2.2644: prop_clear() causes a screen update even when nothing…
brammool Mar 22, 2021
75f39a3
Fixed typo in src/fo/fr.po
romainl Mar 22, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
9 changes: 5 additions & 4 deletions appveyor.yml → .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,17 @@ skip_tags: true
environment:
matrix:
- FEATURE: HUGE
- FEATURE: NORMAL
# disabled
# - FEATURE: TINY
# - FEATURE: SMALL
# - FEATURE: NORMAL
# - FEATURE: BIG

matrix:
fast_finish: true

before_build:
# Use Windows SDK 7.1 (= MSVC 2010)
- '"C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64 /release'
- 'set INCLUDE=%INCLUDE%C:\Program Files (x86)\Windows Kits\8.1\Include\um'

Expand All @@ -25,9 +26,9 @@ test_script:
- cd src/testdir
# Testing with MSVC gvim
- path C:\Python35-x64;%PATH%
- nmake -f Make_dos.mak POSTSCRIPT=yes VIMPROG=..\gvim
- nmake -f Make_dos.mak VIMPROG=..\gvim
- nmake -f Make_dos.mak clean
# Testing with MingW console version
- nmake -f Make_dos.mak POSTSCRIPT=yes VIMPROG=..\vim
# Testing with MSVC console version
- nmake -f Make_dos.mak VIMPROG=..\vim

# vim: sw=2 sts=2 et ts=8 sr
9 changes: 7 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ env:
FEATURES: huge

freebsd_12_task:
only_if: $CIRRUS_TAG == ''
timeout_in: 20m
freebsd_instance:
image: freebsd-12-1-release-amd64
install_script:
Expand All @@ -11,6 +13,9 @@ freebsd_12_task:
- NPROC=$(getconf _NPROCESSORS_ONLN)
- ./configure --with-features=${FEATURES}
- make -j${NPROC}
- src/vim --version
test_script:
- make test
- src/vim --version
# run tests as user "cirrus" instead of root
- pw useradd cirrus -m
- chown -R cirrus:cirrus .
- sudo -u cirrus make test
6 changes: 6 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
coverage:
range: "80...100"
status:
project:
default:
threshold: 0.05%
1 change: 1 addition & 0 deletions .coveralls.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
service_name: github-actions
204 changes: 204 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,204 @@
# Lines starting with '#' are comments.
# Each line is a file pattern followed by one or more owners.
# You can use github users with @user or email addresses

# These owners will be the default owners for everything in the repo.
#* @brammool

# Order is important. The last matching pattern has the most precedence.
# So if a pull request only touches javascript files, only these owners
# will be requested to review.

src/iscygpty.* @k-takata
src/libvterm/ @leonerd

runtime/autoload/getscript.vim @cecamp
runtime/autoload/netrw.vim @cecamp
runtime/autoload/netrwFileHandlers.vim @cecamp
runtime/autoload/netrwSettings.vim @cecamp
runtime/autoload/rubycomplete.vim @segfault @dkearns
runtime/autoload/tar.vim @cecamp
runtime/autoload/vimball.vim @cecamp
runtime/autoload/xmlformat.vim @chrisbra
runtime/autoload/zip.vim @cecamp
runtime/compiler/checkstyle.vim @dkearns
runtime/compiler/cucumber.vim @tpope
runtime/compiler/dart.vim @dkearns
runtime/compiler/dart2js.vim @dkearns
runtime/compiler/dart2native.vim @dkearns
runtime/compiler/dartanalyser.vim @dkearns
runtime/compiler/dartdevc.vim @dkearns
runtime/compiler/dartdoc.vim @dkearns
runtime/compiler/dartfmt.vim @dkearns
runtime/compiler/eruby.vim @dkearns
runtime/compiler/fbc.vim @dkearns
runtime/compiler/gawk.vim @dkearns
runtime/compiler/gjs.vim @dkearns
runtime/compiler/haml.vim @tpope
runtime/compiler/javac.vim @dkearns
runtime/compiler/jest.vim @dkearns
runtime/compiler/jjs.vim @dkearns
runtime/compiler/jshint.vim @dkearns
runtime/compiler/jsonlint.vim @dkearns
runtime/compiler/lazbuild.vim @dkearns
runtime/compiler/php.vim @dkearns
runtime/compiler/rake.vim @tpope @dkearns
runtime/compiler/rhino.vim @dkearns
runtime/compiler/rspec.vim @tpope @dkearns
runtime/compiler/rubocop.vim @dkearns
runtime/compiler/ruby.vim @tpope @dkearns
runtime/compiler/rubyunit.vim @dkearns
runtime/compiler/sass.vim @tpope
runtime/compiler/se.vim @dkearns
runtime/compiler/shellcheck.vim @dkearns
runtime/compiler/sml.vim @dkearns
runtime/compiler/stylelint.vim @dkearns
runtime/compiler/tcl.vim @dkearns
runtime/compiler/tidy.vim @dkearns
runtime/compiler/ts-node.vim @dkearns
runtime/compiler/tsc.vim @dkearns
runtime/compiler/typedoc.vim @dkearns
runtime/compiler/xmllint.vim @dkearns
runtime/compiler/xo.vim @dkearns
runtime/compiler/zsh.vim @dkearns
runtime/doc/pi_getscript.txt @cecamp
runtime/doc/pi_logipat.txt @cecamp
runtime/doc/pi_netrw.txt @cecamp
runtime/doc/pi_tar.txt @cecamp
runtime/doc/pi_vimball.txt @cecamp
runtime/doc/pi_zip.txt @cecamp
runtime/ftplugin/awk.vim @dkearns
runtime/ftplugin/basic.vim @dkearns
runtime/ftplugin/bst.vim @tpope
runtime/ftplugin/cfg.vim @chrisbra
runtime/ftplugin/css.vim @dkearns
runtime/ftplugin/cucumber.vim @tpope
runtime/ftplugin/eiffel.vim @dkearns
runtime/ftplugin/eruby.vim @tpope @dkearns
runtime/ftplugin/freebasic.vim @dkearns
runtime/ftplugin/git.vim @tpope
runtime/ftplugin/gitcommit.vim @tpope
runtime/ftplugin/gitconfig.vim @tpope
runtime/ftplugin/gitrebase.vim @tpope
runtime/ftplugin/gitsendemail.vim @tpope
runtime/ftplugin/gprof.vim @dpelle
runtime/ftplugin/haml.vim @tpope
runtime/ftplugin/hgcommit.vim @k-takata
runtime/ftplugin/javascript.vim @dkearns
runtime/ftplugin/javascriptreact.vim @dkearns
runtime/ftplugin/kconfig.vim @chrisbra
runtime/ftplugin/liquid.vim @tpope
runtime/ftplugin/markdown.vim @tpope
runtime/ftplugin/matlab.vim @cecamp
runtime/ftplugin/nroff.vim @a-vrma
runtime/ftplugin/nsis.vim @k-takata
runtime/ftplugin/pdf.vim @tpope
runtime/ftplugin/ruby.vim @tpope @dkearns
runtime/ftplugin/sass.vim @tpope
runtime/ftplugin/scss.vim @tpope
runtime/ftplugin/spec.vim @ignatenkobrain
runtime/ftplugin/tidy.vim @dkearns
runtime/ftplugin/tmux.vim @ericpruitt
runtime/ftplugin/typescript.vim @dkearns
runtime/ftplugin/typescriptreact.vim @dkearns
runtime/ftplugin/xml.vim @chrisbra
runtime/ftplugin/zsh.vim @chrisbra
runtime/indent/bst.vim @tpope
runtime/indent/cucumber.vim @tpope
runtime/indent/dosbatch.vim @k-takata
runtime/indent/eruby.vim @tpope @dkearns
runtime/indent/gitconfig.vim @tpope
runtime/indent/haml.vim @tpope
runtime/indent/liquid.vim @tpope
runtime/indent/nsis.vim @k-takata
runtime/indent/ruby.vim @AndrewRadev @dkearns
runtime/indent/sass.vim @tpope
runtime/indent/scss.vim @tpope
runtime/indent/sh.vim @chrisbra
runtime/indent/teraterm.vim @k-takata
runtime/indent/xml.vim @chrisbra
runtime/indent/zsh.vim @chrisbra
runtime/keymap/tamil_tscii.vim @yegappan
runtime/pack/dist/opt/cfilter/plugin/cfilter.vim @yegappan
runtime/pack/dist/opt/matchit/ @chrisbra
runtime/plugin/getscriptPlugin.vim @cecamp
runtime/plugin/logiPat.vim @cecamp
runtime/plugin/netrwPlugin.vim @cecamp
runtime/plugin/tarPlugin.vim @cecamp
runtime/plugin/vimballPlugin.vim @cecamp
runtime/plugin/zipPlugin.vim @cecamp
runtime/syntax/aidl.vim @dpelle
runtime/syntax/amiga.vim @cecamp
runtime/syntax/asm.vim @dkearns
runtime/syntax/asmh8300.vim @dkearns
runtime/syntax/awk.vim @dkearns
runtime/syntax/basic.vim @dkearns
runtime/syntax/bst.vim @tpope
runtime/syntax/cabal.vim @coot
runtime/syntax/cabalconfig.vim @coot
runtime/syntax/cabalproject.vim @coot
runtime/syntax/cs.vim @nickspoons
runtime/syntax/csh.vim @cecamp
runtime/syntax/cucumber.vim @tpope
runtime/syntax/datascript.vim @dpelle
runtime/syntax/dcl.vim @cecamp
runtime/syntax/doxygen.vim @frogonwheels
runtime/syntax/dtd.vim @chrisbra
runtime/syntax/elmfilt.vim @cecamp
runtime/syntax/eruby.vim @tpope @dkearns
runtime/syntax/exports.vim @cecamp
runtime/syntax/git.vim @tpope
runtime/syntax/gitcommit.vim @tpope
runtime/syntax/gitconfig.vim @tpope
runtime/syntax/gitrebase.vim @tpope
runtime/syntax/gprof.vim @dpelle
runtime/syntax/haml.vim @tpope
runtime/syntax/haskell.vim @coot
runtime/syntax/hgcommit.vim @k-takata
runtime/syntax/kconfig.vim @chrisbra
runtime/syntax/lex.vim @cecamp
runtime/syntax/liquid.vim @tpope
runtime/syntax/lisp.vim @cecamp
runtime/syntax/lynx.vim @dkearns
runtime/syntax/mailcap.vim @dkearns
runtime/syntax/make.vim @rohieb
runtime/syntax/make.vim @rohieb
runtime/syntax/maple.vim @cecamp
runtime/syntax/markdown.vim @tpope
runtime/syntax/netrw.vim @cecamp
runtime/syntax/nsis.vim @k-takata
runtime/syntax/pdf.vim @tpope
runtime/syntax/php.vim @TysonAndre
runtime/syntax/privoxy.vim @dkearns
runtime/syntax/prolog.vim @XVilka
runtime/syntax/rc.vim @chrisbra
runtime/syntax/rpcgen.vim @cecamp
runtime/syntax/ruby.vim @dkearns
runtime/syntax/sass.vim @tpope
runtime/syntax/scss.vim @tpope
runtime/syntax/sh.vim @cecamp
runtime/syntax/sm.vim @cecamp
runtime/syntax/spec.vim @ignatenkobrain
runtime/syntax/sqloracle.vim @chrisbra
runtime/syntax/sshdconfig.vim @Jakuje
runtime/syntax/tags.vim @cecamp
runtime/syntax/teraterm.vim @k-takata
runtime/syntax/tex.vim @cecamp
runtime/syntax/tidy.vim @dkearns
runtime/syntax/tmux.vim @ericpruitt
runtime/syntax/vim.vim @cecamp
runtime/syntax/wget.vim @dkearns
runtime/syntax/xbl.vim @dkearns
runtime/syntax/xmath.vim @cecamp
runtime/syntax/xml.vim @chrisbra
runtime/syntax/xslt.vim @Boobies
runtime/syntax/xxd.vim @cecamp
runtime/syntax/yacc.vim @cecamp
runtime/syntax/zsh.vim @chrisbra
runtime/tutor/tutor.eo @dpelle
runtime/tutor/tutor.eo.utf-8 @dpelle
runtime/tutor/tutor.fr @dpelle
runtime/tutor/tutor.fr.utf-8 @dpelle
src/po/de.po @chrisbra
src/po/eo.po @dpelle
src/po/fr.po @dpelle
Loading