The following tables list all the default file name extensions in Word, Excel, and PowerPoint.

Word

XML file type
Extension
Document
.docx
Macro-enabled document
.docm
Template
.dotx
Macro-enabled template
.dotm

Excel

XML file type
Extension
Workbook
.xlsx
Macro-enabled workbook
.xlsm
Template
.xltx
Macro-enabled template
.xltm
Non-XML binary workbook
.xlsb
Macro-enabled add-in
.xlam

PowerPoint

XML file type
Extension
Presentation
.pptx
Macro-enabled presentation
.pptm
Template
.potx
Macro-enabled template
.potm
Macro-enabled add-in
.ppam
Show
.ppsx
Macro-enabled show
.ppsm
Slide
.sldx
Macro-enabled slide
.sldm
Office theme
.thmx

Can different versions of Office share the same files?

Office lets you save files in the Open XML Formats and in the binary file format of earlier versions of Office and includes compatibility checkers and file converters to allow file-sharing between different versions of Office.

Opening existing files in Office You can open and work on a file that was created in an earlier version of Office, and then save it in its existing format. Because you might be working on a document with someone who uses an earlier version of Office, Office uses a compatibility checker that verifies that you have not introduced a feature that an earlier version of Office does not support. When you save the file, the compatibility checker reports those features to you and then lets you remove them before continuing with the save.

Opens URLs on the current line in your default browser via the OS X open command, or another command you specify.
Also handles other URIs, e.g. from Spotify.
Trigger with <leader>u or :OpenURL.
Uses John Gruber's excellent URL regexp.
Requires Vim to be compiled with Ruby support. I started porting the regexp to Vim syntax, then gave up before I could hurt myself.

Configuration

Defaults to using the OS X open binary. You can configure another in your ~/.vimrc:

Playground

Try it out on these:
Aug 06, 2014  How to disable subscribing to IMAP folders in Outlook? By default all IMAP folders are added and subscribed into Microsoft Outlook when you add an IMAP email account. In some cases, you may not want to subscribe and update your private IMAP folder in Outlook. How to stop synchronizing folders in outlook 365. Outlook 2016 hangs pretty much every day on the synchronizing step. It appears to be only in the IMAP accounts, but it can hang on any of the folders within the IMAP account. I am ASSUMING that Outlook on my PC is trying to sync with the server, which is in turn trying to. Apr 17, 2018  How to troubleshoot synchronization problems when you synchronize your Exchange Server mailbox with your.ost file in Outlook. To determine whether the offline folders are synchronizing correctly, follow these steps. Or click Send/Receive All to synchronize all offline folders. In Outlook 2010 click Send/Receive. Oct 13, 2017  Sometimes this process can freeze the Outlook and you have to restart the systems. Also, this kills the valuable time. So you need to stop Microsoft Outlook from synchronizing folders” Steps to Stop Outlook from Synchronizing Folders. The Microsoft Outlook enables users to disable the automatic synchronization process. Mar 08, 2018  How to stop outlook 365 from synchronizing I have tried several time to stop synchronizing and am back with same problem. There is a lot of info on the web about 2013 and and 2016 as well as 365 but when I compare what I see recommended to what shows up on my office 365 I do not see the same options. If I right click on 'storage folders.
URL: http://example.com
Two URLs, one line: http://example.com/#foo and http://example.com/?foo=bar#baz
Spotify URI: spotify:track:6JEK0CvvjDjjMUBFoXShNZ

There is already a gx in Vim 7.4!

I wrote this plugin before I discovered gx, but the plugin still has some benefits:
gx has some benefits over this plugin, though, such as cross-platform support and more configurability.

Credits and license

By Henrik Nyh under the MIT license:
Copyright (c) 2012 Henrik Nyh
Permission is hereby granted, free of charge, to any person obtaining a copyof this software and associated documentation files (the 'Software'), to dealin the Software without restriction, including without limitation the rightsto use, copy, modify, merge, publish, distribute, sublicense, and/or sellcopies of the Software, and to permit persons to whom the Software isfurnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included inall copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS ORIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THEAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHERLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS INTHE SOFTWARE.