mirror of
https://github.com/preservim/vim-pencil.git
synced 2025-11-15 13:23:47 -05:00
Disable legacy commands by default, as per schedule
This commit is contained in:
@@ -181,9 +181,9 @@ com -nargs=0 PFormat call pencil#setAutoFormat(1)
|
|||||||
com -nargs=0 PFormatOff call pencil#setAutoFormat(0)
|
com -nargs=0 PFormatOff call pencil#setAutoFormat(0)
|
||||||
com -nargs=0 PFormatToggle call pencil#setAutoFormat(-1)
|
com -nargs=0 PFormatToggle call pencil#setAutoFormat(-1)
|
||||||
|
|
||||||
" NOTE: legacy commands will be disabled by default on 31-Dec-15
|
" NOTE: legacy commands have been disabled by default as of 31-Dec-15
|
||||||
if !exists('g:pencil#legacyCommands')
|
if !exists('g:pencil#legacyCommands')
|
||||||
let g:pencil#legacyCommands = 1
|
let g:pencil#legacyCommands = 0
|
||||||
en
|
en
|
||||||
if g:pencil#legacyCommands
|
if g:pencil#legacyCommands
|
||||||
com -nargs=0 DropPencil call pencil#init({'wrap': 'off' })
|
com -nargs=0 DropPencil call pencil#init({'wrap': 'off' })
|
||||||
|
|||||||
Reference in New Issue
Block a user