# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 9
# self = https://watcher.sour.is/conv/5sar4lq
And *that* was the first time Vim ever crashed on me:

Vim: Caught deadly signal SEGV
Vim: preserving files...
Vim: Finished.
Segmentation fault (core dumped)

I was using Ctrl+P to scroll through the completion list. 🤔 Reproducible. Ctrl+N still works.

Hopefully fixed by this: https://github.com/vim/vim/commit/8d0bb6dc9f2e5d94ebb59671d592c1b7fa325ca6
And *that* was the first time Vim ever crashed on me:

Vim: Caught deadly signal SEGV
Vim: preserving files...
Vim: Finished.
Segmentation fault (core dumped)

I was using Ctrl+P to scroll through the completion list. 🤔 Reproducible. Ctrl+N still works.

Hopefully fixed by this: https://github.com/vim/vim/commit/8d0bb6dc9f2e5d94ebb59671d592c1b7fa325ca6
And *that* was the first time Vim ever crashed on me:

Vim: Caught deadly signal SEGV
Vim: preserving files...
Vim: Finished.
Segmentation fault (core dumped)

I was using Ctrl+P to scroll through the completion list. 🤔 Reproducible. Ctrl+N still works.

Hopefully fixed by this: https://github.com/vim/vim/commit/8d0bb6dc9f2e5d94ebb59671d592c1b7fa325ca6
And *that* was the first time Vim ever crashed on me:

Vim: Caught deadly signal SEGV
Vim: preserving files...
Vim: Finished.
Segmentation fault (core dumped)

I was using Ctrl+P to scroll through the completion list. 🤔 Reproducible. Ctrl+N still works.

Hopefully fixed by this: https://github.com/vim/vim/commit/8d0bb6dc9f2e5d94ebb59671d592c1b7fa325ca6
Yes, that commit fixes it. (Wow, building Vim from source is a heavy process. 😳)
Yes, that commit fixes it. (Wow, building Vim from source is a heavy process. 😳)
Yes, that commit fixes it. (Wow, building Vim from source is a heavy process. 😳)
Yes, that commit fixes it. (Wow, building Vim from source is a heavy process. 😳)
@movq Well, congrats, I guess! :-D I never had Vim crash on me, they do a killer job on keeping it stable.