]> git.madduck.net Git - etc/vim.git/commit

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Make the default mappings buffer local
authorBruno Sutic <bruno.sutic@gmail.com>
Wed, 18 Jun 2014 10:35:38 +0000 (12:35 +0200)
committerBruno Sutic <bruno.sutic@gmail.com>
Wed, 18 Jun 2014 10:35:38 +0000 (12:35 +0200)
commit69e1ddf05b8f582d1d81025fe940a7a275cceaf7
tree1b0cb71cb5ca1f310b106c885fa91aa68d7cba11
parent17be3cdaeaedc796fade2c3d93d31fef56a68934
Make the default mappings buffer local

If mappings aren't defined as 'buffer local', they are defined in other
files too and this causes conflicts with mappings there.
ftplugin/mkd.vim