1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-21 08:05:45 +01:00

Replace 'ignorecase' and 'smartcase' with 'searchcase'.

This commit is contained in:
Kris Maglione
2010-12-04 17:21:15 -05:00
parent a26b410daa
commit 23fba45b28
7 changed files with 34 additions and 42 deletions

View File

@@ -52,6 +52,7 @@
* IMPORTANT: 'laststatus' has been replaced with the "s" flag in
'guioptions'.
* IMPORTANT: 'showstatuslinks' is now a string option.
* IMPORTANT: 'ignorecase' and 'smartcase' have been replaced with 'searchcase'
* IMPORTANT: Command script files now use the *.penta file extension.
* IMPORTANT: Plugins are now loaded from the 'plugins/'
directory in 'runtimepath' rather than 'plugin/'.

View File

@@ -39,7 +39,6 @@ FEATURES:
8 <C-o>/<C-i> should work as in Vim (i.e., save page positions as well as
locations in the history list).
8 jump to the next heading with ]h, next image ]i, previous textbox [t and so on
7 add source location links to the output of certain commands (e.g. :viusage! or describe-key)
7 add search capability to MOW
7 describe-key command (prompt for a key and display its binding with documentation)
7 Specify all INSERT mode mappings rather than falling through to the host apps