Commit Graph

26 Commits

Author SHA1 Message Date
Tim Pope
312fff5bd4 Drop 'fillchars'
Closes #15
2013-01-13 23:21:29 -05:00
Tim Pope
8e8937e76a Set shiftround
Confession: I only recently found this, but I've wanted it for years.
Nobody wants to shift from 11 to 3 spaces, right?
2013-01-12 00:35:53 -05:00
Tim Pope
b5689392fc Don't force UNIX line endings on Windows
Closes #14.
2013-01-11 13:43:48 -05:00
Tim Pope
88718d26fd Set infercase 2013-01-10 01:15:18 -05:00
Tim Pope
b8c378024b sensible.vim 1.0 v1.0 2013-01-09 22:10:36 -05:00
Tim Pope
7ad81be28b Concede 'list'
Closes #5.
2013-01-08 00:56:45 -05:00
Tim Pope
a16257d90f Document unintuitive settings
Closes #7.
2013-01-07 11:18:06 -05:00
Tim Pope
ca614497e0 Explain how to find out what the plugin does
References #7.
2013-01-07 11:06:38 -05:00
Tim Pope
5a5f3926a8 Add instructions for overriding 2013-01-07 11:00:51 -05:00
Tim Pope
6bc9f8c7ad Don't butcher filename in last viminfo argument
Closes #10.
2013-01-07 09:34:22 -05:00
Zeh Rizzatti
cb4b85e1d2 Change undodir regex conditional
undodir is set to '.' by default.

'^\.\%(,\|$\)' will accept the default and if '.' if the first on a
list, the option is set, as intended.
2013-01-07 00:13:07 -05:00
Tim Pope
d2cdd0014a Support stripped down versions of Vim
Closes #6.
2013-01-06 21:57:14 -05:00
Tim Pope
8b414c3c43 Revert "Set cmdheight=2"
This reverts commit 1956140d2b.

Closes #1.
2013-01-06 18:23:46 -05:00
Tim Pope
7097f90e62 Fix source URL
Closes #3.
2013-01-06 15:31:54 -05:00
Tim Pope
9e422cf582 Fix typo 2013-01-06 13:57:30 -05:00
Tim Pope
47ffa5fd2e Fix formatting 2013-01-06 13:55:45 -05:00
Tim Pope
1956140d2b Set cmdheight=2
An extra line at the bottom does wonders for "Press ENTER" prompts.
2013-01-06 13:41:29 -05:00
Tim Pope
8c2da1910e Set autowrite 2013-01-06 13:35:48 -05:00
Tim Pope
a95dc71f99 Map <C-L> to clear search highlighting
<C-L> normally redraws the screen, so turning off search highlighting is
a natural addition.  But some people like it for <C-W>l, so don't
override it if it's already been mapped.

Note that hlsearch is currently left off by default.
2013-01-06 13:33:45 -05:00
Tim Pope
8207d1cd69 Provide a home for transient files 2013-01-06 13:29:17 -05:00
Tim Pope
8314c676b6 Provide a default for g:netrw_list_hide 2013-01-06 13:24:40 -05:00
Tim Pope
5f0565f8e9 Bump t_Co from 8 to 16 where safe to do so
Doing this means color schemes can do bright colors without forcing
bold.  Do any other terminals not really support at least 16 colors?
2013-01-06 13:23:42 -05:00
Tim Pope
7f240a9e6f Load matchit.vim
Give precedence to a user installed version, if it exists.
2013-01-06 13:18:25 -05:00
Tim Pope
1a9e95e955 Map Y to y$
See :help Y.  This just makes more sense, man.
2013-01-06 13:17:05 -05:00
Tim Pope
38506a0e6f Set complete-=i
When this actually works, it can make completion lag horribly.  Let's
cut off the finger to save the hand.
2013-01-06 13:15:18 -05:00
Tim Pope
366c97dad5 Initial commit 2013-01-06 13:12:10 -05:00