James Tan
James Tan
Not entirely sure how to make a patch, but it seems that the issue stems from here: https://github.com/dylanaraps/sowm/blob/f4cb48d7afeda195a73ff2bfdd3f85a016d53cec/sowm.c#L116 I replaced it with `list = cur = 0`, so that cur...
I resolved it by ignoring sync-conflict files in the settings as a work around.
For example here is mine: ``` _.* .*sync-conflict.* ``` The _ is just an underscore, so at least for me I have a lot of folders and files with underscores...
I just realized it is breaking the formatting of the edit row view. I can try to come up with a solution later.
I think I am reproducing the same bug, with a potential fix. Can I double check, are you using Folder Note with the "Folder Name Inside" method? 
It looks like this is fixed in the newest version. https://github.com/IdreesInc/Waypoint/blob/2dce11f023c894944b81b038363202e31b1652ac/main.ts#L284-L286