mirror of
https://github.com/preservim/vim-pencil.git
synced 2025-11-17 14:23:39 -05:00
restored name to toggle command
This commit is contained in:
@@ -45,7 +45,7 @@ endif
|
||||
command -nargs=0 HardPencil call pencil#init({'wrap': 'hard'})
|
||||
command -nargs=0 SoftPencil call pencil#init({'wrap': 'soft'})
|
||||
command -nargs=0 DropPencil call pencil#init({'wrap': 'off' })
|
||||
command -nargs=0 ChangePencils call pencil#init({'wrap': 'toggle'})
|
||||
command -nargs=0 TogglePencil call pencil#init({'wrap': 'toggle'})
|
||||
|
||||
command -nargs=0 AutoPencil call pencil#setAutoFormat(1)
|
||||
command -nargs=0 ManualPencil call pencil#setAutoFormat(0)
|
||||
|
||||
Reference in New Issue
Block a user