Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Fix problem with test47: addition is not bitwise OR | ZyX | 2014-08-20 | |
| | | | | | :diffsplit command used to include some flag value twice. If I was using bitwise OR it would be OK, but I had addition here. Changed to use bitwise OR. | |||
* | Use lua generator in place of ex_cmds_defs header trick | ZyX | 2014-08-20 | |
Closes #788 Fixes #379 Ref #549 |