mirror of
https://github.com/amix/vimrc
synced 2025-02-28 14:12:51 +08:00
9 lines
256 B
VimL
9 lines
256 B
VimL
" Vim filetype plugin file
|
|
" Language: JavaScript
|
|
" Maintainer: vim-javascript community
|
|
" URL: https://github.com/pangloss/vim-javascript
|
|
|
|
setlocal iskeyword+=$ suffixesadd+=.js
|
|
|
|
let b:undo_ftplugin .= ' | setlocal iskeyword< suffixesadd<'
|