Add this to your vimrc: if has("autocmd") autocmd FileType {xml,xslt} setlocal iskeyword=@,-,\:,48-57,_,128-167,224-235 endif "has("autocmd")
* This does not rely on extensions; instead it works on any file which the filetype detection identifies correctly.
* It only changes the 'iskeyword' value for that buffer, not globally.
| Attributes | Values |
|---|
| rdfs:label
| - Ctrl-N completion for XML/XSLT attributes
|
| rdfs:comment
| - Add this to your vimrc: if has("autocmd") autocmd FileType {xml,xslt} setlocal iskeyword=@,-,\:,48-57,_,128-167,224-235 endif "has("autocmd")
* This does not rely on extensions; instead it works on any file which the filetype detection identifies correctly.
* It only changes the 'iskeyword' value for that buffer, not globally.
|
| Version
| |
| dbkwik:vim/property/wikiPageUsesTemplate
| |
| Previous
| |
| Category
| |
| Author
| |
| Complexity
| |
| Created
| |
| ID
| |
| NEXT
| |
| Rating
| |
| abstract
| - Add this to your vimrc: if has("autocmd") autocmd FileType {xml,xslt} setlocal iskeyword=@,-,\:,48-57,_,128-167,224-235 endif "has("autocmd")
* This does not rely on extensions; instead it works on any file which the filetype detection identifies correctly.
* It only changes the 'iskeyword' value for that buffer, not globally.
|