mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
updated for version 7.0018
This commit is contained in:
@@ -2583,8 +2583,9 @@ ungetchr()
|
||||
}
|
||||
|
||||
/*
|
||||
* get and return the value of the hex string immediately after the current
|
||||
* position. Return -1 for invalid, or 0-255 for valid. Position is updated:
|
||||
* Get and return the value of the hex string at the current position.
|
||||
* Return -1 if there is no valid hex number.
|
||||
* The position is updated:
|
||||
* blahblah\%x20asdf
|
||||
* before-^ ^-after
|
||||
* The parameter controls the maximum number of input characters. This will be
|
||||
|
Reference in New Issue
Block a user