mirror of
https://github.com/neovim/neovim.git
synced 2026-04-21 23:05:41 +00:00
docs: Fix typo in example code
This commit is contained in:
@@ -1068,7 +1068,7 @@ split({s}, {sep}, {plain}) *vim.split()*
|
||||
Splits a string at each instance of a separator.
|
||||
|
||||
Examples: >
|
||||
split(":aa::b:", ":") --> {'','aa','','bb',''}
|
||||
split(":aa::b:", ":") --> {'','aa','','b',''}
|
||||
split("axaby", "ab?") --> {'','x','y'}
|
||||
split(x*yz*o, "*", true) --> {'x','yz','o'}
|
||||
<
|
||||
|
||||
Reference in New Issue
Block a user