diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2016-04-29 09:16:45 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2016-04-29 09:16:45 -0400 |
commit | 3e39355a96f615f2cb1e805c7d74efbc272de1cd (patch) | |
tree | a31b20b819e007d959db412c8d18ee1bf37bed8d /.vimrc | |
parent | 427a28ecbe0eb170e651e0530ab58d6e6f6c498c (diff) | |
parent | 1fcefd8815455e416c1eda3c8c1220831a2f82e9 (diff) |
Merge pull request #3126 from poettering/small-fixes
fsync directory when creating or rotating journal files and other small fixes,
most importantly for the DHCP DUID code.
Diffstat (limited to '.vimrc')
-rw-r--r-- | .vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,5 +16,5 @@ set shiftwidth=8 set expandtab set makeprg=GCC_COLORS=\ make set tw=79 -au FileType xml set tw=119 +au BufRead,BufNewFile *.xml set tw=119 shiftwidth=2 smarttab au FileType c set tw=119 |