Commit 9ced4c0318d21ee30b70cd90d43629a6f6a13b8e
Make "experiments and tests" section empty
That `map [[` was a mistake commented out locally long time ago.
Don't remember why g:pymode_syntax was set.
Added `finish` as a suggestion to add current experimental stuff above
and move thing below it to disable them.
Author: xaizek
Author date (UTC): 2023-10-28 17:36
Committer name: xaizek
Committer date (UTC): 2023-10-28 17:36
Parent(s): 4be5e5fc0cbadabdbd29dc23b37d429273c2c9aa
Signing key: 99DC5E4DB05F6BE2
Tree: 403a7e49f19237520b8962c429668704ecb2a9c0
File |
Lines added |
Lines deleted |
vimrc |
1 |
3 |
File vimrc changed (mode: 100644) (index ddaed3d..5c93ebd) |
... |
... |
unlet s:vimrc_local_path |
1057 |
1057 |
" ============================================================================== |
" ============================================================================== |
1058 |
1058 |
" experiments and tests |
" experiments and tests |
1059 |
1059 |
|
|
1060 |
|
let g:pymode_syntax=1 |
|
1061 |
|
|
|
1062 |
|
map [[ ][%0 |
|
|
1060 |
|
finish |
1063 |
1061 |
|
|
1064 |
1062 |
" vim: set textwidth=80 syntax+=.autofold : |
" vim: set textwidth=80 syntax+=.autofold : |