Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Set 'guioptions' flag by flag | Tom Ryder | 2017-11-04 | 1 | -3/+8 |
| | | | | | This is a bit easier to read than having the flags meanings in a block comment above the line. | ||||
* | Use variable setting approach for 'guifont' | Tom Ryder | 2017-11-04 | 1 | -2/+2 |
| | | | | A little easier to read. | ||||
* | Use single-quoted string in gvimrc | Tom Ryder | 2017-10-30 | 1 | -1/+1 |
| | | | | | | | | | | | vim-vint says: >Prefer single quoted strings (see Google VimScript Style Guide >(Strings)) Perl::Critic warns about a similar thing; don't use doublequotes if you don't need to expand e.g. \n, \r or interpolate variables. Makes sense to me. | ||||
* | Remove blank lines at end of files | Tom Ryder | 2016-03-28 | 1 | -1/+0 |
| | |||||
* | Observe VimL convention of two-space indents | Tom Ryder | 2013-07-21 | 1 | -2/+2 |
| | |||||
* | More verbose comments for gvimrc too | Tom Ryder | 2013-07-18 | 1 | -1/+9 |
| | |||||
* | Fix GUI font size | Tom Ryder | 2013-03-24 | 1 | -1/+1 |
| | |||||
* | Switch to Consolas for Windows font | Tom Ryder | 2013-03-02 | 1 | -1/+1 |
| | | | | | | | | | | Having subtle problems with Ubuntu Mono's Unicode behavior in PuTTY which is occasionally causing me some irritation. The lack of soft hyphens for reading man pages in UTF-8 locales was kind of a dealbreaker. The only other option is Deja Vu Sans Mono which I just can't bring myself to like at all. | ||||
* | Switched my favourite font | Tom Ryder | 2012-07-30 | 1 | -2/+2 |
| | |||||
* | OS detection for gvimrc. | Tom Ryder | 2012-02-22 | 1 | -1/+5 |
| | |||||
* | Use silent call for loading font, turn off visual bell again (needed for GUI) | Tom Ryder | 2012-01-02 | 1 | -4/+3 |
| | |||||
* | Just try to load GUI font, don't panic if can't | Tom Ryder | 2011-09-07 | 1 | -1/+4 |
| | |||||
* | Tweaked gvimrc | Tom Ryder | 2011-08-22 | 1 | -1/+1 |
| | |||||
* | Added helpful comment :) | Tom Ryder | 2011-03-02 | 1 | -0/+1 |
| | |||||
* | Some tweaks to the GUI file, added indent rules to the console one. | Tom Ryder | 2011-03-01 | 1 | -4/+1 |
| | |||||
* | Added GUI vimrc | Tom Ryder | 2011-03-01 | 1 | -0/+5 |