23 Commits

Author SHA1 Message Date
3c2596a9e9 patch 9.1.0898: runtime(compiler): pytest compiler not included
Problem:  runtime(compiler): pytest compiler not included
Solution: include pytest compiler, update the compiler completion test
          (Konfekt)

closes: #16130

Signed-off-by: Konfekt <Konfekt@users.noreply.github.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
2024-11-30 11:32:49 +01:00
7961210b86 runtime(python): Fix wrong define regex in ftplugin (#14763)
Signed-off-by: Tom Picton <tom@tompicton.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
2024-05-13 22:00:40 +02:00
86f6e2c2ee ftplugin(python): E16 fix, async keyword support for define (#14751)
This change includes the following changes:
- Fix "E16: Invalid range" when using a count with jump to start/end of class/method
- Update define with optional async keyword
- Update maintainer email

Signed-off-by: Tom Picton <tom@tompicton.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
2024-05-11 20:26:06 +02:00
93197fde0f runtime(ftplugin): Use "*" browsefilter pattern to match "All Files"
Problem:  The "*.*" browsefilter pattern only matches all files on
	  Windows (Daryl Lee)
Solution: Use "*" to filter on all platforms but keep "*.*" as the label
	  text on Windows. (Fixes #12685, Doug Kearns)

The *.* browsefilter pattern used to match "All Files" on Windows is a
legacy of the DOS 8.3 filename wildcard matching algorithm.  For reasons
of backward compatibility this still works on Windows to match all
files, even those without an extension.

However, this pattern only matches filenames containing a dot on other
platforms.  This often makes files without an extension difficult to
access from the file dialog, e.g., "Makefile"

On Windows it is still standard practice to use "*.*" for the filter
label so ftplugins should use "All Files (*.*)" on Windows and "All
Files (*)" on other platforms.  This matches Vim's default browsefilter
values.

This commit also normalises the browsefilter conditional test to check
for the Win32 and GTK GUI features and an unset b:browsefilter.

closes: #12759

Signed-off-by: Doug Kearns <dougkearns@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
2024-01-14 21:02:54 +01:00
4f4d51a942 Update runtime files. 2020-10-11 13:57:40 +02:00
63b74a8362 Update runtime files. 2019-03-24 15:09:13 +01:00
7dda86f2ff Update runtime files. 2018-04-20 22:36:41 +02:00
98ef233e14 Update runtime files. Convert a couple of help files to utf-8. 2018-03-18 14:44:37 +01:00
40962ec9c0 Update runtime files. 2018-01-28 22:47:25 +01:00
7f2e9d7c9c Update runtime files. 2017-11-11 20:58:53 +01:00
01164a6546 Long overdue runtime update. 2017-11-02 22:58:42 +01:00
dc08328821 Updated runtime files. 2016-10-11 08:57:33 +02:00
abd468ed0f Updated runtime files 2016-09-08 22:22:43 +02:00
64d8e25bf6 Updated runtime files. 2016-09-06 22:12:34 +02:00
e18dbe865d Updated runtime files. 2016-07-02 21:42:23 +02:00
c95a302a4c Updated runtime files. 2016-06-12 23:01:46 +02:00
92dff1827a Update runtime files. Add support for systemverilog. 2014-02-11 19:15:50 +01:00
3678208477 Updated runtime files. 2013-11-28 13:53:34 +01:00
b133208080 Runtime file updates. 2013-10-06 14:22:40 +02:00
9a7224b5a0 Fixed compatible mode in most runtime files. 2012-04-30 15:56:52 +02:00
18144c8423 updated for version 7.0d02 2006-04-12 21:52:12 +00:00
a40ceaf88a updated for version 7.0180 2006-01-13 22:35:40 +00:00
071d4279d6 updated for version 7.0001 2004-06-13 20:20:40 +00:00