Loic Nageleisen

Results 72 issues of Loic Nageleisen

Spot the mistake: ``` $ chruby ruby-1.9.3-p551 ruby-2.0.0-p648 ruby-2.1.10 ruby-2.2.10 ruby-2.3.8 ruby-2.4.10 ruby-2.5.8 ruby-2.6.6 ruby-2.7.1 $ chruby 2.1 $ chruby ruby-1.9.3-p551 ruby-2.0.0-p648 ruby-2.1.10 * ruby-2.2.10 ruby-2.3.8 ruby-2.4.10 ruby-2.5.8 ruby-2.6.6 ruby-2.7.1...

It would be nice to be able to enforce table style consistency: ``` | foo | bar | |-----|-----| | 123 | 456 | ``` vs ``` | foo |...

new rule

This could produce a cell count consistency warning: ``` aze | qsd | wxc ----|----- 123 | 456 ``` or ``` aze | qsd ----|-----|----- 123 | 456 | 678...

new rule

This could produce a warning: ``` aze qsd wxc ===== ```

new rule

This could produce an alignment warning, enticing people to draw text-clean tables: ``` aze | qsd ------|---- 123 | 456 ```

new rule

MD027 checks for multiple spaces, but not that there is no space. IOW, it should be possible to check that there is exactly one space after a blockquote marker.

new rule

Currently ex-mode loads only when `:` is pressed. Loading it earlier will help with stuff like #91

enhancement

Watch out, there's some "file visited" state: ``` $ vim foo bar :q # :q # $ vim foo bar :qa # ```

enhancement

Shouldn't update mtime when no changes were made, whereas `:w` always writes (so, touches the file). For reference: ``` :[range]x[it][!] [++opt] [file] Like ":wq", but write only when changes have...

enhancement