mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-23 23:35:45 +01:00
Catch some missing regex -> regexp conversions in NEWS.
This commit is contained in:
@@ -54,7 +54,7 @@ const RangeFinder = Module("rangefinder", {
|
|||||||
if (!this.rangeFind
|
if (!this.rangeFind
|
||||||
|| this.rangeFind.window.get() != window
|
|| this.rangeFind.window.get() != window
|
||||||
|| linksOnly != !!this.rangeFind.elementPath
|
|| linksOnly != !!this.rangeFind.elementPath
|
||||||
|| regexp != this.rangeFind.regex
|
|| regexp != this.rangeFind.regex
|
||||||
|| matchCase != this.rangeFind.matchCase
|
|| matchCase != this.rangeFind.matchCase
|
||||||
|| !!backward != this.rangeFind.reverse) {
|
|| !!backward != this.rangeFind.reverse) {
|
||||||
|
|
||||||
|
|||||||
@@ -52,7 +52,7 @@
|
|||||||
* IMPORTANT: Command script files now use the *.penta file extension.
|
* IMPORTANT: Command script files now use the *.penta file extension.
|
||||||
* IMPORTANT: Plugins are now loaded from the 'plugins/'
|
* IMPORTANT: Plugins are now loaded from the 'plugins/'
|
||||||
directory in 'runtimepath' rather than 'plugin/'.
|
directory in 'runtimepath' rather than 'plugin/'.
|
||||||
* IMPORTANT: 'loadplugins' is now a regexlist option rather than
|
* IMPORTANT: 'loadplugins' is now a regexplist option rather than
|
||||||
a boolean.
|
a boolean.
|
||||||
* IMPORTANT: 'cdpath' and 'runtimepath' no longer treat ",,"
|
* IMPORTANT: 'cdpath' and 'runtimepath' no longer treat ",,"
|
||||||
specially. Use "." instead.
|
specially. Use "." instead.
|
||||||
@@ -61,7 +61,7 @@
|
|||||||
operators, and = sign may no longer be quoted. This will break
|
operators, and = sign may no longer be quoted. This will break
|
||||||
certain automatically-generated configuration files.
|
certain automatically-generated configuration files.
|
||||||
See :help stringlist
|
See :help stringlist
|
||||||
* IMPORTANT: 'extendedhinttags' is now a regexmap rather than a
|
* IMPORTANT: 'extendedhinttags' is now a regexpmap rather than a
|
||||||
string.
|
string.
|
||||||
* IMPORTANT: 'guioptions' default value has changed.
|
* IMPORTANT: 'guioptions' default value has changed.
|
||||||
* IMPORTANT: 'mapleader' is now an option rather than a :let
|
* IMPORTANT: 'mapleader' is now an option rather than a :let
|
||||||
|
|||||||
Reference in New Issue
Block a user