You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(terminal): add buffer validation guards and improve tests
Addresses CodeRabbit feedback by adding pcall protection around buffer
option API calls and enhancing test quality with explicit assertions.
- Add pcall wrapper for nvim_get_option_value to prevent invalid buffer errors
- Replace hardcoded test values with dynamic calculations
- Improve test assertions with explicit configuration checks
- Add clearer comments for buffer name validation patterns
0 commit comments