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
Interactively demonstrate: let a0=1, b0=a0. Yank and paste b0 to b1 (non-adjusting so that b1 also = a0). Then increase a0 from visual mode using + key. b1 does not update even after forced eval with @. :int rebuild_graph from command mode will fix it.
If
autocalc=0
in rc file:echo -e 'LET a0=1\nLET b0=a0\nYANKAREA {"Sheet1"}!b0:b0 "a"\nGOTO b1\nPASTEYANKED {"Sheet1"} 0 "a"\nRECALC\nGETNUM b1' | sc-im --quit_afterload --nocurses
Should return 1, not 0.
Interactively demonstrate: let a0=1, b0=a0. Yank and paste b0 to b1 (non-adjusting so that b1 also = a0). Then increase a0 from visual mode using
+
key. b1 does not update even after forced eval with@
.:int rebuild_graph
from command mode will fix it.See PR #914 , #915
The text was updated successfully, but these errors were encountered: