mirror of
https://github.com/neovim/neovim.git
synced 2025-09-13 14:58:18 +00:00
eval: Add id() function and make printf("%p") return something useful (#6095)
This commit is contained in:

committed by
Justin M. Keyes

parent
b1cf50c684
commit
abdbfd26bc
@@ -168,6 +168,7 @@ return {
|
||||
invert={args=1},
|
||||
isdirectory={args=1},
|
||||
islocked={args=1},
|
||||
id={args=1},
|
||||
items={args=1},
|
||||
jobclose={args={1, 2}},
|
||||
jobpid={args=1},
|
||||
|
Reference in New Issue
Block a user