cloudhead / rx

👾 Modern and minimalist pixel editor
https://discord.gg/xHggPjfsS9
GNU General Public License v3.0
3.09k stars 109 forks source link

error setting grid, expected '=' #65

Closed jennypollack closed 4 years ago

jennypollack commented 4 years ago

following https://rx.cloudhead.io/guide.html trying to set the grid :set grid/spacing 4 4 get Error: expected '='

cloudhead commented 4 years ago

Good catch! In this case the guide is wrong, it should be :set grid/spacing = 4 4.

cloudhead commented 4 years ago

Fixed here https://github.com/cloudhead/rx.cloudhead.io/commit/7190722ac53a0c5f3fb83718b510c74b948b918b

jennypollack commented 4 years ago

hmm, i'm not seeing a grid, have set the color as well, any ideas?

jennypollack commented 4 years ago

ah ok, had to also run :set grid

cloudhead commented 4 years ago

Yeah I will eventually have a :grid command that does both at once.