1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-03-02 18:00:02 +00:00
Matt Lauber 9c3a6976f0 #2312 Prevent move filter from wrapping (#2658)
given a list `A B C D` if I run `A B C D +[move:-1 [A]]` I get `B C A D`.  However, if I were to do `A B C D +[move:1[D]]` it doesn't wrap around, and I get `A B C D`.  This fixes that such that `A B C D +[move:-1 [A]]` gives 'A B C D`
2016-12-16 17:58:45 +00:00
..
2016-06-23 16:23:36 +01:00
2016-10-20 09:44:52 +01:00