Skip to content

Commit

Permalink
Merge branch 'git-watcher' of github.com:pysan3/pathlib.nvim into gi…
Browse files Browse the repository at this point in the history
…t-watcher
  • Loading branch information
pysan3 committed Jan 30, 2024
2 parents 5004783 + 3a68faa commit e57629e
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions doc/pathlib.nvim.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
PathlibPath *PathlibPath*

Fields: ~
{nuv} (uv)
{git_state} (PathlibGitState)
{error_msg} (string|nil)
{nuv} (uv)
{git_state} (PathlibGitState)
{error_msg} (string|nil)
{_raw_paths} (PathlibStrList)
{_drive_name} (string) # Drive name for Windows path. ("C:", "D:", "\\127.0.0.1")
{__windows_panic} (boolean) # Set to true when passed path might be a windows path. PathlibWindows ignores this.
{__fs_event_callbacks} (table<string,PathlibWatcherCallback>|nil) # List of functions called when a fs_event is triggered.
{__string_cache} (string|nil) # Cache result of `tostring(self)`.
{__parent_cache} (PathlibPath|nil) # Cache reference to parent object.


Path.new({...}) *Path.new*
Expand Down

0 comments on commit e57629e

Please sign in to comment.