mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-07 04:24:11 +01:00
Fix 4-space tabs in NEWS
This commit is contained in:
6
NEWS
6
NEWS
@@ -1,7 +1,7 @@
|
|||||||
2008-XX-XX:
|
2008-XX-XX:
|
||||||
* version 2.0 (probably)
|
* version 2.0 (probably)
|
||||||
* IMPORTANT: AlwaysHint modes were removed as they didn't make too
|
* IMPORTANT: AlwaysHint modes were removed as they didn't make too
|
||||||
much sense with the new hint system
|
much sense with the new hint system
|
||||||
* IMPORTANT: command actions now take an args object, returned from
|
* IMPORTANT: command actions now take an args object, returned from
|
||||||
commands.parseArgs, as their first argument. This will break any commands
|
commands.parseArgs, as their first argument. This will break any commands
|
||||||
not using the args parser explicitly. The old string value is now
|
not using the args parser explicitly. The old string value is now
|
||||||
@@ -12,7 +12,7 @@
|
|||||||
special versions for the old behavior
|
special versions for the old behavior
|
||||||
* IMPORTANT: renamed Startup and Quit autocmd events to VimperatorEnter and
|
* IMPORTANT: renamed Startup and Quit autocmd events to VimperatorEnter and
|
||||||
VimperatorLeave respectively
|
VimperatorLeave respectively
|
||||||
* multibyte support for hints (thanks Xie&Tian)
|
* multibyte support for hints (thanks Xie&Tian)
|
||||||
* add 'exrc'
|
* add 'exrc'
|
||||||
* add 'errorbells'
|
* add 'errorbells'
|
||||||
* add shell command completion for :!
|
* add shell command completion for :!
|
||||||
|
|||||||
Reference in New Issue
Block a user