This commit is contained in:
ville rantanen
2015-04-02 13:01:01 +03:00
parent 6f5520ac82
commit ad96dc98e4

View File

@@ -9,7 +9,7 @@ call Box_clear()
function! Flip_box ()
s!\[ \]![xXx]!e
s!^\(\s*\)\[x\]!\1[ ]!e
s!\[x\]![ ]!e
s!\[xXx\]![x]!e
endfunction